diff options
author | Erlang/OTP <[email protected]> | 2010-03-30 10:15:13 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-30 10:15:13 +0000 |
commit | cd8a8bc9f6390f93dfa7c9278733ee3603ebbbf5 (patch) | |
tree | 6cccd57077096759092fed3eb11ced277cab7632 /lib/stdlib/doc/src/notes.xml | |
parent | a1b30b8d1785bfbc86a2eb0b2397581372d290f0 (diff) | |
parent | 4f0be70debbd7c6f281ba6edd4cb0334135c78e9 (diff) | |
download | otp-cd8a8bc9f6390f93dfa7c9278733ee3603ebbbf5.tar.gz otp-cd8a8bc9f6390f93dfa7c9278733ee3603ebbbf5.tar.bz2 otp-cd8a8bc9f6390f93dfa7c9278733ee3603ebbbf5.zip |
Merge branch 'mh/doc-loose-lose' into dev
* mh/doc-loose-lose:
Fix spelling: "loose" is not a verb
Diffstat (limited to 'lib/stdlib/doc/src/notes.xml')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index c55eafc8b8..28a3719d38 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -50,7 +50,7 @@ <item> <p>A number of bugs concerning re and unicode are corrected:</p> - <p>re:compile no longer looses unicode option, which also + <p>re:compile no longer loses unicode option, which also fixes bug in re:split.</p> <p>re:replace now handles unicode charlist replacement argument</p> |