summaryrefslogtreecommitdiffhomepage
path: root/standard-ml.html.markdown
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2013-12-05 11:51:56 +0100
committerDavid Pedersen <david.pdrsn@gmail.com>2013-12-05 11:51:56 +0100
commitf1c96d5db0dae92e13be96a03118da2565ab3327 (patch)
tree20db936e7f5b6f5f4126fe0c6571e8df0e0efecb /standard-ml.html.markdown
parent972a4bf80270a64466beb6fb882093cf7100dcc5 (diff)
[standard-ml/en-en] Small whitespace fix
Diffstat (limited to 'standard-ml.html.markdown')
-rw-r--r--standard-ml.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown
index e17972a0..56b6853c 100644
--- a/standard-ml.html.markdown
+++ b/standard-ml.html.markdown
@@ -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) =