aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual/macros.xml
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-11-10 11:38:03 +0100
committerHenrik Nord <[email protected]>2011-11-10 11:38:09 +0100
commit19694bc8071f1986a457e13fad0fcad5e4bf2cd2 (patch)
tree9f84937a91a93b54b76251a2d52549818470dbdc /system/doc/reference_manual/macros.xml
parentd57b774cd88f7e2775a39ad17f9bd44d9370658b (diff)
parente43d6460cc5bd0301da7479a715d3c1b66948957 (diff)
downloadotp-19694bc8071f1986a457e13fad0fcad5e4bf2cd2.tar.gz
otp-19694bc8071f1986a457e13fad0fcad5e4bf2cd2.tar.bz2
otp-19694bc8071f1986a457e13fad0fcad5e4bf2cd2.zip
Merge branch 'rj/fix-doctypos'
* rj/fix-doctypos: Add missing spaces in the Reference Manual distributed section Add missing parenthesis in heart doc Fix typo in the Reference Manual macros section OTP-9693
Diffstat (limited to 'system/doc/reference_manual/macros.xml')
-rw-r--r--system/doc/reference_manual/macros.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/macros.xml b/system/doc/reference_manual/macros.xml
index 9dd5fc79bd..bfac7f8d79 100644
--- a/system/doc/reference_manual/macros.xml
+++ b/system/doc/reference_manual/macros.xml
@@ -234,7 +234,7 @@ or
?TESTCALL(you:function(2,1)).</code>
<p>results in</p>
<code type="none">
-io:format("Call ~s: ~w~n",["myfunction ( 1 , 2 )",m:myfunction(1,2)]),
+io:format("Call ~s: ~w~n",["myfunction ( 1 , 2 )",myfunction(1,2)]),
io:format("Call ~s: ~w~n",["you : function ( 2 , 1 )",you:function(2,1)]).</code>
<p>That is, a trace output with both the function called and
the resulting value.</p>