diff options
author | Björn Gustavsson <[email protected]> | 2017-03-03 11:46:19 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-03 11:46:19 +0100 |
commit | 6df4e8aaf35488defd19c468395f4a5ae9714ada (patch) | |
tree | c9c1ac2c4a3ccc6f6a0c987a9f0f4cf9437b8df4 /lib/stdlib | |
parent | 79422f489a619df0bb6fcd32ce494fb9cefdaa12 (diff) | |
parent | eb437db9e7df90d5e72d6314ee7c49cbde77135a (diff) | |
download | otp-6df4e8aaf35488defd19c468395f4a5ae9714ada.tar.gz otp-6df4e8aaf35488defd19c468395f4a5ae9714ada.tar.bz2 otp-6df4e8aaf35488defd19c468395f4a5ae9714ada.zip |
Merge pull request #1359 from myronmarston/fix-length-typo
Fix typos: lenght -> length
Diffstat (limited to 'lib/stdlib')
-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> |