summaryrefslogtreecommitdiffstats
path: root/libraries/fstrcmp/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/fstrcmp/README')
-rw-r--r--libraries/fstrcmp/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/fstrcmp/README b/libraries/fstrcmp/README
new file mode 100644
index 0000000000..358264dc39
--- /dev/null
+++ b/libraries/fstrcmp/README
@@ -0,0 +1,7 @@
+The fstrcmp project provides a library that is used to make fuzzy
+comparisons of strings and byte arrays, including multi-byte character
+strings.
+
+This can be useful in error messages, enabling the suggestion of likely
+valid alternatives. In compilers, this can reduce the cascade of
+secondary errors.