aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/re.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-02-12 12:09:50 +0000
committerErlang/OTP <[email protected]>2010-02-12 12:09:50 +0000
commit9518eafc5ee2edd67e97c56e36807beba8f766ed (patch)
treee09992d61e53811b7f9363bdf1be8931ed819f15 /lib/stdlib/doc/src/re.xml
parent96ceb366d9f600e645516f24396c976fb738182a (diff)
parent3cb8a8707d89ce77251061f8a5fe31528ba322e8 (diff)
downloadotp-9518eafc5ee2edd67e97c56e36807beba8f766ed.tar.gz
otp-9518eafc5ee2edd67e97c56e36807beba8f766ed.tar.bz2
otp-9518eafc5ee2edd67e97c56e36807beba8f766ed.zip
Merge branch 'bd/doc-fixes' into ccase/r13b04_dev
* bd/doc-fixes: Fix minor documentation errors
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 e9a32a59d4..4d2a0e0995 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