]> gitweb.factorcode.org Git - factor.git/blobdiff - core/memory/memory-docs.factor
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
[factor.git] / core / memory / memory-docs.factor
index afc9758ba0c6b596bdfbabe281828f3e9049ea36..3d3e15f953f74a5fcfeacc5703b48d7e2ee5cfd4 100644 (file)
@@ -3,7 +3,7 @@ quotations math ;
 IN: memory
 
 HELP: instances
-{ $values { "quot" { $quotation "( obj -- ? )" } } { "seq" "a fresh sequence" } }
+{ $values { "quot" { $quotation ( obj -- ? ) } } { "seq" "a fresh sequence" } }
 { $description "Outputs a sequence of all objects in the heap which satisfy the quotation." } ;
 
 HELP: gc