Skip to main content

Don’t expand iff in the middle of words (e.g. diff)

ID
8c34e49
date
2024-04-17 19:24:53+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
b8289bd
message
Don't expand `iff` in the middle of words (e.g. `diff`)
changed files
1 file, 1 addition, 1 deletion

Changed files

create_snippets.py (7228) → create_snippets.py (7230)

diff --git a/create_snippets.py b/create_snippets.py
index 1868846..dab0ddd 100755
--- a/create_snippets.py
+++ b/create_snippets.py
@@ -66,7 +66,7 @@ SNIPPETS = {
     "govt": "government",
     "i14n": "intersectional",
     "i18n": "internationalisation",
-    "iff": "if and only if",
+    " iff": " if and only if",
     "ina11e": "inaccessible",
     "indpt": "independent",
     "intl.": "international",