diff options
author | YeJun Su <[email protected]> | 2018-07-20 12:26:27 +0800 |
---|---|---|
committer | YeJun Su <[email protected]> | 2018-07-23 18:07:07 +0800 |
commit | 6f94995aa58125a3652fbb2523de348a77ce2440 (patch) | |
tree | 835a0bcd8712b008caba834f81939ae24bb2f391 | |
parent | f770e3cd1df9ee311476546cbaa57b6c36e09bf3 (diff) | |
download | otp-6f94995aa58125a3652fbb2523de348a77ce2440.tar.gz otp-6f94995aa58125a3652fbb2523de348a77ce2440.tar.bz2 otp-6f94995aa58125a3652fbb2523de348a77ce2440.zip |
Fix typo in xmerl_scan:string/1
-rw-r--r-- | lib/xmerl/src/xmerl_scan.erl | 2 |
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, []). |