diff options
author | Björn Gustavsson <[email protected]> | 2010-02-05 08:33:57 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-05 08:33:57 +0000 |
commit | e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6 (patch) | |
tree | 86c77b2a0522002c3292d737839080e8347d47dc /lib/compiler/doc/src/compile.xml | |
parent | f2846970e7fcb3df4c51b6450fe72c145d5e5b2f (diff) | |
download | otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.tar.gz otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.tar.bz2 otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.zip |
OTP-8404: Doc: some corrections and improvements in STDLIB
Diffstat (limited to 'lib/compiler/doc/src/compile.xml')
-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 daa686bc56..bbd3f1043d 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -732,7 +732,7 @@ pi() -> 3.1416. <p>A string describing the error is obtained with the following call:</p> <code> -apply(Module, format_error, ErrorDescriptor) +Module:format_error(ErrorDescriptor) </code> </section> |