aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/re.xml
diff options
context:
space:
mode:
authorBernard Duggan <[email protected]>2010-02-10 10:52:21 +1100
committerBernard Duggan <[email protected]>2010-02-10 10:52:21 +1100
commit3cb8a8707d89ce77251061f8a5fe31528ba322e8 (patch)
tree12758ca82610885ea4f3cbd10791e0bf6abc8c29 /lib/stdlib/doc/src/re.xml
parent0af49f38886f4829a0a5df8bced3bf8815f89523 (diff)
downloadotp-3cb8a8707d89ce77251061f8a5fe31528ba322e8.tar.gz
otp-3cb8a8707d89ce77251061f8a5fe31528ba322e8.tar.bz2
otp-3cb8a8707d89ce77251061f8a5fe31528ba322e8.zip
Fix minor documentation errors
Fix three minor typos and reorder one of a pair of lists of functions so that the ordering is consistent.
Diffstat (limited to 'lib/stdlib/doc/src/re.xml')
-rw-r--r--lib/stdlib/doc/src/re.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml
index 41dce7f2a7..6c6f67811a 100644
--- a/lib/stdlib/doc/src/re.xml
+++ b/lib/stdlib/doc/src/re.xml
@@ -592,7 +592,7 @@ This option makes it possible to include comments inside complicated patterns. N
<v>NLSpec = cr | crlf | lf | anycrlf | any </v>
<v>SplitList = [ RetData ] | [ GroupedRetData ]</v>
<v>GroupedRetData = [ RetData ]</v>
- <v>RetData = iodata() charlist() | binary() | list()</v>
+ <v>RetData = iodata() | charlist() | binary() | list()</v>
</type>
<desc>
<p>This function splits the input into parts by finding tokens