aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorRicardo <[email protected]>2011-03-10 15:07:36 +0100
committerHenrik Nord <[email protected]>2011-03-10 16:14:26 +0100
commit82106ef01f26a1d1a862b7f57fc580cbe46428b2 (patch)
tree7463ed26f15b873518834da9657f5c294ed49712 /lib/stdlib
parent27e6ebe3eaf9186e797e3a334d85f64e9ddb37ec (diff)
downloadotp-82106ef01f26a1d1a862b7f57fc580cbe46428b2.tar.gz
otp-82106ef01f26a1d1a862b7f57fc580cbe46428b2.tar.bz2
otp-82106ef01f26a1d1a862b7f57fc580cbe46428b2.zip
Fix typo in filelib module doc
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/filelib.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/filelib.xml b/lib/stdlib/doc/src/filelib.xml
index 47d64f245c..e39ce914f7 100644
--- a/lib/stdlib/doc/src/filelib.xml
+++ b/lib/stdlib/doc/src/filelib.xml
@@ -44,7 +44,7 @@
<section>
<title>DATA TYPES</title>
<code type="none">
-filename() = = string() | atom() | DeepList | RawFilename
+filename() = string() | atom() | DeepList | RawFilename
DeepList = [char() | atom() | DeepList]
RawFilename = binary()
If VM is in unicode filename mode, string() and char() are allowed to be > 255.