Commit 440ccd82f3d93f558275e6037a52d9aff98527ab

Karsten 2020-08-19T10:03:31

Update md4c.h

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/md4c.h b/src/md4c.h
index ee087dd..8bba712 100644
--- a/src/md4c.h
+++ b/src/md4c.h
@@ -31,7 +31,7 @@
 #endif
 
 #if defined MD4C_USE_UTF16
-    /* Magic to support UTF-16. Not that in order to use it, you have to define
+    /* Magic to support UTF-16. Note that in order to use it, you have to define
      * the macro MD4C_USE_UTF16 both when building MD4C as well as when
      * including this header in your code. */
     #ifdef _WIN32