diff options
author | Henrik Nord <[email protected]> | 2012-02-16 12:12:11 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-02-16 12:12:16 +0100 |
commit | ef99e313933ab401f48f925d82879c33b2a99162 (patch) | |
tree | b25b9a407919bdf77aafd40073e208d16c23417b | |
parent | d53717a4fde3313819b9fc3493bb223f5775fe6c (diff) | |
parent | 62ca2e3374ed5dd004ad9f905a35bdbabab6a6df (diff) | |
download | otp-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.xml | 2 |
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> |