aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2016-04-07 14:33:28 +0200
committerHenrik Nord <[email protected]>2016-04-07 14:33:28 +0200
commite45d8bdbb9bf5a1ecdcb3ce07ac6543eb51b3fe2 (patch)
treea89a145d6bfcd6ef1d3f6192e3f68c78a1d90872 /system
parent2ea950f70bb3c2bee32be7f98442df8d8d2f008a (diff)
parent9b3eeebe6777e97394e1d2c4fbaca95f505f127f (diff)
downloadotp-e45d8bdbb9bf5a1ecdcb3ce07ac6543eb51b3fe2.tar.gz
otp-e45d8bdbb9bf5a1ecdcb3ce07ac6543eb51b3fe2.tar.bz2
otp-e45d8bdbb9bf5a1ecdcb3ce07ac6543eb51b3fe2.zip
Merge branch 'minostro/maint/PR-986'
* minostro/maint/PR-986: Fix typo in funs programming examples document
Diffstat (limited to 'system')
-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 = ...