From 75aa92bd97c159522af30663593e344543437ab2 Mon Sep 17 00:00:00 2001 From: HummyPkg Date: Thu, 9 Mar 2017 20:40:35 +0000 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6249af3..228d517 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Lightweight ISO-6937 to UTF-8 conversion library. > > If no conversion is necessary (plain ASCII input string or a UTF-8 sequence > was found) then the function returns 0. In this case, the state of the -> output buff is undefined and it should not be used. +> output buffer is undefined and it should not be used. ### NOTES