diff options
author | Gustav Simonsson <[email protected]> | 2012-03-19 16:12:46 +0100 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-03-19 16:12:46 +0100 |
commit | bd8e724a56aff8936fe61bfdb72e9548637ef561 (patch) | |
tree | 4acf72f622ab19089bcab840ad867f530f971432 /lib/stdlib/doc/src/lists.xml | |
parent | 8406f47252a5f1fd38cd771aa7fa692817677709 (diff) | |
parent | 662e3ffeed74d9121315d86af46430dd71e01709 (diff) | |
download | otp-bd8e724a56aff8936fe61bfdb72e9548637ef561.tar.gz otp-bd8e724a56aff8936fe61bfdb72e9548637ef561.tar.bz2 otp-bd8e724a56aff8936fe61bfdb72e9548637ef561.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib/doc/src/lists.xml')
-rw-r--r-- | lib/stdlib/doc/src/lists.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/lists.xml b/lib/stdlib/doc/src/lists.xml index fc58f3e4d2..b6c0fa4e05 100644 --- a/lib/stdlib/doc/src/lists.xml +++ b/lib/stdlib/doc/src/lists.xml @@ -641,7 +641,7 @@ splitwith(Pred, List) -> <desc> <p>Returns the sub-list of <c><anno>List1</anno></c> starting at position 1 and with (max) <c><anno>Len</anno></c> elements. It is not an error for - <c><anno>Len</anno></c> to exceed the length of the list -- in that case + <c><anno>Len</anno></c> to exceed the length of the list, in that case the whole list is returned.</p> </desc> </func> |