]> Kevux Git Server - fll/commitdiff
Cleanup: Replace the number 0 with the word zero.
authorKevin Day <thekevinday@gmail.com>
Tue, 17 May 2022 23:14:43 +0000 (18:14 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 17 May 2022 23:14:43 +0000 (18:14 -0500)
specifications/fss-0001.txt
specifications/fss-000a.txt
specifications/iki.txt

index a3871fe57e91ea38a615e3f21d8bc7692d1a3b87..74315d8e03b1850f184d0e3e4113ec429545dc3e 100644 (file)
@@ -27,7 +27,7 @@ Featureless Settings Specification: 0001 - Extended:
     code:"\n" = Newline.
     code:"*" = Zero or more occurrences.
     code:"+" = One or more occurrences.
-    code:"()*" = Grouping that repeats 0 or more times.
+    code:"()*" = Grouping that repeats zero or more times.
 
   Before Structure\:
     code:""
index 78b4e81319d8912afc8c4ad321d2c227c22e1985..d32f000fa658f52d45f3d9476d706c714273e626 100644 (file)
@@ -29,7 +29,7 @@ Featureless Settings Specification: 000A - Extended Reverse Mapping:
     code:"\n" = Newline.
     code:"*" = Zero or more occurrences.
     code:"+" = One or more occurrences.
-    code:"()*" = Grouping that repeats 0 or more times.
+    code:"()*" = Grouping that repeats zero or more times.
 
   Before Structure\:
     code:""
index c55a332de650075d4544fc4d43932277ed07bc0a..22d579c264878907b1d47fd2c02d32de5f6b90b4 100644 (file)
@@ -36,8 +36,8 @@ IKI Specifications:
     code:"\x" = any character.
     code:"\W" = any non-word character, discluding code:"_", code:"-", code:"+" (and Unicode equivalents).
     code:"\e" = an optional escape sequence of any number of backslashes, such as code:"\\".
-    code:"*" = 0 or more occurrences.
-    code:"~" = one or more occurrences, or 0 if at start of file.
+    code:"*" = zero or more occurrences.
+    code:"~" = one or more occurrences, or zero if at start of file.
 
   Before Structure\:
     code:"\x*\W~\*:*"