aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Gömöri <[email protected]>2017-02-26 14:32:03 +0100
committerPéter Gömöri <[email protected]>2017-02-26 14:36:57 +0100
commit2e6f6882b36bd4b752c27f1e07a7209d74cd9bd2 (patch)
treea125188b978f6c814cd805ded1152475e8802cf5
parent133645d9a24e6a6d7123370ef332ca478598040e (diff)
downloadotp-2e6f6882b36bd4b752c27f1e07a7209d74cd9bd2.tar.gz
otp-2e6f6882b36bd4b752c27f1e07a7209d74cd9bd2.tar.bz2
otp-2e6f6882b36bd4b752c27f1e07a7209d74cd9bd2.zip
Fix minor typo in compile:forms/1 doc
-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 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>