aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/lists.xml
diff options
context:
space:
mode:
authorGustav Simonsson <[email protected]>2012-03-16 10:34:25 +0100
committerGustav Simonsson <[email protected]>2012-03-16 10:34:25 +0100
commitaf311d00bb0cb284d8dd94f760733687d6596868 (patch)
treeaa59816aa4466559c36a6207a4808d629e0d05d9 /lib/stdlib/doc/src/lists.xml
parentdbc73d9b5421437f6fac029c06013996de478521 (diff)
parent67c16b43c5d33c2e4b4dfd226b4508d091336373 (diff)
downloadotp-af311d00bb0cb284d8dd94f760733687d6596868.tar.gz
otp-af311d00bb0cb284d8dd94f760733687d6596868.tar.bz2
otp-af311d00bb0cb284d8dd94f760733687d6596868.zip
Merge branch 'rj/fix-misc-doc-typos' into maint
* rj/fix-misc-doc-typos: Fix a code snippet and two typos in the doc
Diffstat (limited to 'lib/stdlib/doc/src/lists.xml')
-rw-r--r--lib/stdlib/doc/src/lists.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/lists.xml b/lib/stdlib/doc/src/lists.xml
index 7042c84437..96a0942710 100644
--- a/lib/stdlib/doc/src/lists.xml
+++ b/lib/stdlib/doc/src/lists.xml
@@ -663,7 +663,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>