]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads-docs.factor
docs: fix spacing
[factor.git] / basis / threads / threads-docs.factor
index 780875cbe81dec1f461b2d240ec60198a65bd200..d8770b393a042f77cb594f4e876899e7fbf08ac2 100644 (file)
@@ -175,7 +175,7 @@ HELP: spawn
 $nl
 "The new thread begins with an empty data stack, an empty retain stack, and an empty catch stack. The name stack is inherited from the parent thread but may be cleared with " { $link init-namestack } "." }
 { $notes
-     "The recommended way to pass data to the new thread is to explicitly construct a quotation containing the data, for example using " { $link curry } " or " { $link compose } "."
+    "The recommended way to pass data to the new thread is to explicitly construct a quotation containing the data, for example using " { $link curry } " or " { $link compose } "."
 }
 { $examples
     "A simple thread that adds two numbers:"