diff options
author | Cristian Greco <[email protected]> | 2010-09-03 22:34:26 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-09-06 11:27:27 +0200 |
commit | 731b8398e57f55459d4616b12775a3738517e2e5 (patch) | |
tree | dc0b8e3e860fea9bec09aaaf94628e9f0b97acc2 /lib/tools/doc/src | |
parent | 8f67f51105560f1c0e721117100cf20d0c6061c0 (diff) | |
download | otp-731b8398e57f55459d4616b12775a3738517e2e5.tar.gz otp-731b8398e57f55459d4616b12775a3738517e2e5.tar.bz2 otp-731b8398e57f55459d4616b12775a3738517e2e5.zip |
Fix minor typos in the documentation
Diffstat (limited to 'lib/tools/doc/src')
-rw-r--r-- | lib/tools/doc/src/erlang_mode.xml | 2 | ||||
-rw-r--r-- | lib/tools/doc/src/erlang_mode_chapter.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/doc/src/erlang_mode.xml b/lib/tools/doc/src/erlang_mode.xml index 912c442153..c21afc1f9b 100644 --- a/lib/tools/doc/src/erlang_mode.xml +++ b/lib/tools/doc/src/erlang_mode.xml @@ -173,7 +173,7 @@ sum(L) -> sum(L, 0). sum([H|T], Sum) -> sum(T, Sum + H); - sum([], Sum) -> Sum."</code> + sum([], Sum) -> Sum.</code> </item> </list> </section> diff --git a/lib/tools/doc/src/erlang_mode_chapter.xml b/lib/tools/doc/src/erlang_mode_chapter.xml index b22c6b1809..8aabd6ae74 100644 --- a/lib/tools/doc/src/erlang_mode_chapter.xml +++ b/lib/tools/doc/src/erlang_mode_chapter.xml @@ -45,7 +45,7 @@ <section> <title>Elisp</title> - <p>There are two Elsip modules include in this tool package + <p>There are two Elisp modules included in this tool package for Emacs. There is erlang.el that defines the actual erlang mode and there is erlang-start.el that makes some nice initializations.</p> </section> |