Browse Source

Fix the note in case.py/case.c.

master
Reece H. Dunn 4 years ago
parent
commit
2b2eac1d8b
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/case.c
  2. 1
    1
      tools/case.py

+ 1
- 1
src/case.c View File

@@ -19,7 +19,7 @@
*/

/* NOTE: This file is automatically generated from the UnicodeData.txt file in
* the Unicode Character database by the ucd-tools/tools/categories.py script.
* the Unicode Character database by the ucd-tools/tools/case.py script.
*/

#include "ucd/ucd.h"

+ 1
- 1
tools/case.py View File

@@ -52,7 +52,7 @@ if __name__ == '__main__':
*/

/* NOTE: This file is automatically generated from the UnicodeData.txt file in
* the Unicode Character database by the ucd-tools/tools/categories.py script.
* the Unicode Character database by the ucd-tools/tools/case.py script.
*/

#include "ucd/ucd.h"

Loading…
Cancel
Save