aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl
diff options
context:
space:
mode:
authorYeJun Su <[email protected]>2018-07-20 12:26:27 +0800
committerYeJun Su <[email protected]>2018-07-23 18:07:07 +0800
commit6f94995aa58125a3652fbb2523de348a77ce2440 (patch)
tree835a0bcd8712b008caba834f81939ae24bb2f391 /lib/xmerl
parentf770e3cd1df9ee311476546cbaa57b6c36e09bf3 (diff)
downloadotp-6f94995aa58125a3652fbb2523de348a77ce2440.tar.gz
otp-6f94995aa58125a3652fbb2523de348a77ce2440.tar.bz2
otp-6f94995aa58125a3652fbb2523de348a77ce2440.zip
Fix typo in xmerl_scan:string/1
Diffstat (limited to 'lib/xmerl')
-rw-r--r--lib/xmerl/src/xmerl_scan.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmerl/src/xmerl_scan.erl b/lib/xmerl/src/xmerl_scan.erl
index a1f6ad4e2c..a7538180e6 100644
--- a/lib/xmerl/src/xmerl_scan.erl
+++ b/lib/xmerl/src/xmerl_scan.erl
@@ -279,7 +279,7 @@ int_file_decl(F, Options,_ExtCharset) ->
%% @spec string(Text::list()) -> {xmlElement(),Rest}
%% Rest = list()
-%% @equiv string(Test, [])
+%% @equiv string(Text, [])
string(Str) ->
string(Str, []).