summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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) =