aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/programming_examples
diff options
context:
space:
mode:
authorMilton Inostroza <[email protected]>2016-03-08 12:05:50 -0800
committerMilton Inostroza <[email protected]>2016-03-14 14:25:37 -0500
commit9b3eeebe6777e97394e1d2c4fbaca95f505f127f (patch)
tree1d7e9b5e625e7babb7052ef91d26388b5c9d656b /system/doc/programming_examples
parente1489c448b7486cdcfec6a89fea238d88e6ce2f3 (diff)
downloadotp-9b3eeebe6777e97394e1d2c4fbaca95f505f127f.tar.gz
otp-9b3eeebe6777e97394e1d2c4fbaca95f505f127f.tar.bz2
otp-9b3eeebe6777e97394e1d2c4fbaca95f505f127f.zip
Fix typo in funs programming examples document
Diffstat (limited to 'system/doc/programming_examples')
-rw-r--r--system/doc/programming_examples/funs.xmlsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/programming_examples/funs.xmlsrc b/system/doc/programming_examples/funs.xmlsrc
index 8469f0871c..1e1002ccf9 100644
--- a/system/doc/programming_examples/funs.xmlsrc
+++ b/system/doc/programming_examples/funs.xmlsrc
@@ -212,7 +212,7 @@ f(...) ->
...
end, ...)
...</code>
- <p>instead of writng the following code:</p>
+ <p>instead of writing the following code:</p>
<code type="none">
f(...) ->
Y = ...