aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/erl_lint.xml
diff options
context:
space:
mode:
authorCristian Greco <[email protected]>2010-09-03 22:34:26 +0200
committerBjörn Gustavsson <[email protected]>2010-09-06 11:27:27 +0200
commit731b8398e57f55459d4616b12775a3738517e2e5 (patch)
treedc0b8e3e860fea9bec09aaaf94628e9f0b97acc2 /lib/stdlib/doc/src/erl_lint.xml
parent8f67f51105560f1c0e721117100cf20d0c6061c0 (diff)
downloadotp-731b8398e57f55459d4616b12775a3738517e2e5.tar.gz
otp-731b8398e57f55459d4616b12775a3738517e2e5.tar.bz2
otp-731b8398e57f55459d4616b12775a3738517e2e5.zip
Fix minor typos in the documentation
Diffstat (limited to 'lib/stdlib/doc/src/erl_lint.xml')
-rw-r--r--lib/stdlib/doc/src/erl_lint.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/erl_lint.xml b/lib/stdlib/doc/src/erl_lint.xml
index 6a7d37765c..8639d678fa 100644
--- a/lib/stdlib/doc/src/erl_lint.xml
+++ b/lib/stdlib/doc/src/erl_lint.xml
@@ -96,8 +96,8 @@
<p>The <c>AbsForms</c> of a module which comes from a file
that is read through <c>epp</c>, the Erlang pre-processor,
can come from many files. This means that any references to
- errors must include the file name (see <seealso marker="epp">epp(3)</seealso>, or parser <seealso marker="erl_parse">erl_parse(3)</seealso> The warnings and
- errors returned have the following format:
+ errors must include the file name (see <seealso marker="epp">epp(3)</seealso>, or parser <seealso marker="erl_parse">erl_parse(3)</seealso>).
+ The warnings and errors returned have the following format:
</p>
<code type="none">
[{FileName2,[ErrorInfo]}] </code>