]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/monitors/monitors-docs.factor
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
[factor.git] / basis / io / monitors / monitors-docs.factor
index 2fa13862a4128f9cdfa72637d7f0c2c5b0c90260..4fd616cca1ae00028f0aa50e83b5b8900701fb8b 100644 (file)
@@ -26,7 +26,7 @@ HELP: next-change
 { $errors "Throws an error if the monitor is closed from another thread." } ;\r
 \r
 HELP: with-monitor\r
-{ $values { "path" "a pathname string" } { "recursive?" "a boolean" } { "quot" { $quotation "( monitor -- )" } } }\r
+{ $values { "path" "a pathname string" } { "recursive?" "a boolean" } { "quot" { $quotation ( monitor -- ) } } }\r
 { $description "Opens a file system change monitor and passes it to the quotation. Closes the monitor after the quotation returns or throws an error." }\r
 { $errors "Throws an error if the pathname does not exist, if a monitor could not be created or if the platform does not support monitors." } ;\r
 \r