diff options
author | Henrik Nord <[email protected]> | 2016-04-07 14:33:28 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-04-07 14:33:28 +0200 |
commit | e45d8bdbb9bf5a1ecdcb3ce07ac6543eb51b3fe2 (patch) | |
tree | a89a145d6bfcd6ef1d3f6192e3f68c78a1d90872 | |
parent | 2ea950f70bb3c2bee32be7f98442df8d8d2f008a (diff) | |
parent | 9b3eeebe6777e97394e1d2c4fbaca95f505f127f (diff) | |
download | otp-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
-rw-r--r-- | system/doc/programming_examples/funs.xmlsrc | 2 |
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 = ... |