diff options
author | bitnitdit <[email protected]> | 2018-05-06 19:15:50 +0800 |
---|---|---|
committer | bitnitdit <[email protected]> | 2018-05-06 19:15:50 +0800 |
commit | 26e0b16cbcf583ebcc7050c7f4d7b2f08537f09c (patch) | |
tree | 238a39a538b5b2f2a4a2ccd68a4e662fa16541a4 /erts/doc/src | |
parent | 26eea10dda1f316045e58e30a126feafe1843d3a (diff) | |
download | otp-26e0b16cbcf583ebcc7050c7f4d7b2f08537f09c.tar.gz otp-26e0b16cbcf583ebcc7050c7f4d7b2f08537f09c.tar.bz2 otp-26e0b16cbcf583ebcc7050c7f4d7b2f08537f09c.zip |
Fix typos in erlang.xml
Diffstat (limited to 'erts/doc/src')
-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 3ed0f59b7d..0c5cd18088 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> |