effects: fix typo in docs
parent
8f92ca2d47
commit
58c0a3835b
|
@ -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" }
|
||||||
|
|
Loading…
Reference in New Issue