diff options
author | Lukas Larsson <[email protected]> | 2018-06-04 10:58:01 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-04 10:58:01 +0200 |
commit | 097c9d58ca8ced30fb7d7b9b373bd859aced40b8 (patch) | |
tree | f6974684f812ffdda99f49ba97b28e8f27e68936 | |
parent | 6289c768ac43030b21cba66066d7a0a9df348ac6 (diff) | |
parent | 26e0b16cbcf583ebcc7050c7f4d7b2f08537f09c (diff) | |
download | otp-097c9d58ca8ced30fb7d7b9b373bd859aced40b8.tar.gz otp-097c9d58ca8ced30fb7d7b9b373bd859aced40b8.tar.bz2 otp-097c9d58ca8ced30fb7d7b9b373bd859aced40b8.zip |
Merge pull request #1806 from bitnitdit/erlang-xml-typos
Fix typos in erlang.xml
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index cff56b9cb8..80d40b285a 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -36,8 +36,8 @@ in this module. Some of the BIFs are viewed more or less as part of the Erlang programming language and are <em>auto-imported</em>. Thus, it is not necessary to specify the - module name. For example, the calls <c>atom_to_list(Erlang)</c> - and <c>erlang:atom_to_list(Erlang)</c> are identical.</p> + module name. For example, the calls <c>atom_to_list(erlang)</c> + and <c>erlang:atom_to_list(erlang)</c> are identical.</p> <p>Auto-imported BIFs are listed without module prefix. BIFs listed with module prefix are not auto-imported.</p> |