]> gitweb.factorcode.org Git - factor.git/commitdiff
words-docs: fix table formatting
authorAlexander Ilin <alex.ilin@protonmail.com>
Sat, 12 Aug 2023 17:15:54 +0000 (19:15 +0200)
committerAlexander Ilin <alex.ilin@protonmail.com>
Sat, 12 Aug 2023 17:17:17 +0000 (19:17 +0200)
core/words/words-docs.factor

index 60899e7f46d91961d587147e1f706459b536a2b9..532f90c66d20cd8659245912300ea92f1f18e63e 100644 (file)
@@ -173,7 +173,7 @@ $nl
 
     { { { $snippet "\"superclass\"" } ", " { $snippet "\"predicate-definition\"" } } { $link "predicates" } }
 
-    { { $snippet "\"members\"" } { $link "unions" } { $link "maybes" } }
+    { { $snippet "\"members\"" } { { $link "unions" } ", " { $link "maybes" } } }
     {
         { $snippet "\"instances\"" }
         { "Lists the instances of the mixin class and where they are defined - " { $link "mixins" } }