From 26e0b16cbcf583ebcc7050c7f4d7b2f08537f09c Mon Sep 17 00:00:00 2001
From: bitnitdit
Date: Sun, 6 May 2018 19:15:50 +0800
Subject: Fix typos in erlang.xml
---
erts/doc/src/erlang.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'erts/doc')
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
auto-imported. Thus, it is not necessary to specify the
- module name. For example, the calls atom_to_list(Erlang)
- and erlang:atom_to_list(Erlang) are identical.
+ module name. For example, the calls atom_to_list(erlang)
+ and erlang:atom_to_list(erlang) are identical.
Auto-imported BIFs are listed without module prefix.
BIFs listed with module prefix are not auto-imported.
--
cgit v1.2.3