]> gitweb.factorcode.org Git - factor.git/commitdiff
effects: fix typo in docs
authorKeita Haga <keitahaga@mail.com>
Tue, 4 Jan 2011 12:30:37 +0000 (21:30 +0900)
committerKeita Haga <keitahaga@mail.com>
Tue, 4 Jan 2011 12:30:37 +0000 (21:30 +0900)
core/effects/effects-docs.factor

index db33aaa2440491aa513c864194f8a00ee6690721..44d216f87215e93659d60c5559cc3c7f1c4d4293 100644 (file)
@@ -19,7 +19,7 @@ $nl
 "Inputs and outputs are typically named after some pun on their data type, or a description of the value's purpose if the type is very general. The following are some examples of value names:"
 { $table
     { { { $snippet "?" } } "a boolean" }
-    { { { $snippet "<=>" } } { "an ordering sepcifier; see " { $link "order-specifiers" } } }
+    { { { $snippet "<=>" } } { "an ordering specifier; see " { $link "order-specifiers" } } }
     { { { $snippet "elt" } } "an object which is an element of a sequence" }
     { { { $snippet "m" } ", " { $snippet "n" } } "an integer" }
     { { { $snippet "obj" } } "an object" }