]> gitweb.factorcode.org Git - factor.git/commitdiff
words-docs: add "recursive" to the list of word properties
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 25 May 2016 10:23:01 +0000 (13:23 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Wed, 25 May 2016 10:23:01 +0000 (13:23 +0300)
Put "flushable" in quotes for consistency.

core/words/words-docs.factor

index 7a5ccfe37ac51dcd45147c22ff9024eee1183f3f..c3d1018b465203bd465ddf4baa3388a5374275e2 100644 (file)
@@ -99,7 +99,8 @@ $nl
       {
           { $snippet "\"inline\"" } ", "
           { $snippet "\"foldable\"" } ", "
-          { $snippet "flushable" }
+          { $snippet "\"flushable\""  } ", "
+          { $snippet "\"recursive\""  }
       }
       { $link "declarations" }
   }