]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/presentations/presentations-docs.factor
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
[factor.git] / basis / ui / gadgets / presentations / presentations-docs.factor
index 81f0e4565d6605084533411e25bf0df3859d0538..0b3317237728b8e6926627796890cee6b8d67f2a 100644 (file)
@@ -11,7 +11,7 @@ $nl
 "Presentations have two slots:"
 { $list
     { { $snippet "object" } " - the object being presented." }
-    { { $snippet "hook" } " - " { $quotation "( presentation -- )" } ". The default value is " { $snippet "[ drop ]" } "." }
+    { { $snippet "hook" } " - " { $quotation ( presentation -- ) } ". The default value is " { $snippet "[ drop ]" } "." }
 } } ;
 
 HELP: invoke-presentation