diff options
author | Björn Gustavsson <[email protected]> | 2017-02-27 12:48:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-02-27 12:48:41 +0100 |
commit | 87d87c57841dc7a295b3e74f807198e34df4adb4 (patch) | |
tree | fccab963807584f394303c8fef91ff01ea046be7 /lib/compiler/doc/src/compile.xml | |
parent | 93696ca763f402122753382dfbfdda7d2da18b22 (diff) | |
parent | 2e6f6882b36bd4b752c27f1e07a7209d74cd9bd2 (diff) | |
download | otp-87d87c57841dc7a295b3e74f807198e34df4adb4.tar.gz otp-87d87c57841dc7a295b3e74f807198e34df4adb4.tar.bz2 otp-87d87c57841dc7a295b3e74f807198e34df4adb4.zip |
Merge pull request #1355 from gomoripeti/compile_doc_fix
Fix minor typo in compile:forms/1 doc
OTP-14240
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 3ce37b98e9..611cdc71ae 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -669,7 +669,7 @@ module.beam: module.erl \ <fsummary>Compiles a list of forms.</fsummary> <desc> <p>Is the same as - <c>forms(File, [verbose,report_errors,report_warnings])</c>. + <c>forms(Forms, [verbose,report_errors,report_warnings])</c>. </p> </desc> </func> |