[standard-ml/en-en] Small whitespace fix

This commit is contained in:
David Pedersen 2013-12-05 11:51:56 +01:00
parent 972a4bf802
commit f1c96d5db0

View File

@ -186,7 +186,7 @@ fun fibonacci n =
temporarily shadow them with new variables that have the same names. In this
sense, variables are really constants and only behave like variables when
dealing with recursion. For this reason, variables are also called value
bindings. An example of this: *)
bindings. An example of this: *)
val x = 42
fun answer(question) =