effects: fix typo in docs

db4
Keita Haga 2011-01-04 21:30:37 +09:00
parent 8f92ca2d47
commit 58c0a3835b
1 changed files with 1 additions and 1 deletions

View 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:" "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 { $table
{ { { $snippet "?" } } "a boolean" } { { { $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 "elt" } } "an object which is an element of a sequence" }
{ { { $snippet "m" } ", " { $snippet "n" } } "an integer" } { { { $snippet "m" } ", " { $snippet "n" } } "an integer" }
{ { { $snippet "obj" } } "an object" } { { { $snippet "obj" } } "an object" }