diff options
author | Myron Marston <[email protected]> | 2017-03-01 09:34:50 -0800 |
---|---|---|
committer | Myron Marston <[email protected]> | 2017-03-01 09:34:50 -0800 |
commit | eb437db9e7df90d5e72d6314ee7c49cbde77135a (patch) | |
tree | 42f92121e53f6ecafd74d9b74590526430c31fab /lib/stdlib/doc | |
parent | 6a5aa63cbadbc831b38ef7781ca80c759debef44 (diff) | |
download | otp-eb437db9e7df90d5e72d6314ee7c49cbde77135a.tar.gz otp-eb437db9e7df90d5e72d6314ee7c49cbde77135a.tar.bz2 otp-eb437db9e7df90d5e72d6314ee7c49cbde77135a.zip |
Fix typos: lenght -> length
Diffstat (limited to 'lib/stdlib/doc')
-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 0143686bb2..0e8bf3d27c 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -3163,7 +3163,7 @@ <p> Two bugs in io:format for ~F.~Ps has been corrected. When length(S) >= abs(F) > P, the precision P was incorrectly - ignored. When F == P > lenght(S) the result was + ignored. When F == P > length(S) the result was incorrectly left adjusted. Bug found by Ali Yakout who also provided a fix.</p> <p> |