From f1c96d5db0dae92e13be96a03118da2565ab3327 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 5 Dec 2013 11:51:56 +0100 Subject: [standard-ml/en-en] Small whitespace fix --- standard-ml.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standard-ml.html.markdown') 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) = -- cgit v1.2.3