aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-02-16 12:12:11 +0100
committerHenrik Nord <[email protected]>2012-02-16 12:12:16 +0100
commitef99e313933ab401f48f925d82879c33b2a99162 (patch)
treeb25b9a407919bdf77aafd40073e208d16c23417b
parentd53717a4fde3313819b9fc3493bb223f5775fe6c (diff)
parent62ca2e3374ed5dd004ad9f905a35bdbabab6a6df (diff)
downloadotp-ef99e313933ab401f48f925d82879c33b2a99162.tar.gz
otp-ef99e313933ab401f48f925d82879c33b2a99162.tar.bz2
otp-ef99e313933ab401f48f925d82879c33b2a99162.zip
Merge branch 'rj/fix-compile-doc-typo' into maint
* rj/fix-compile-doc-typo: Fix typo in `compile' doc: unmatched parenthesis OTP-9919
-rw-r--r--lib/compiler/doc/src/compile.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml
index 522c1dc411..0f8abf1ccf 100644
--- a/lib/compiler/doc/src/compile.xml
+++ b/lib/compiler/doc/src/compile.xml
@@ -333,7 +333,7 @@ module.beam: module.erl \
<tag><c>{d,Macro,Value}</c></tag>
<item>
<p>Defines a macro <c>Macro</c> to have the value
- <c>Value</c>. The default is <c>true</c>).</p>
+ <c>Value</c>. The default is <c>true</c>.</p>
</item>
<tag><c>{parse_transform,Module}</c></tag>