Skip to content

Commit

Permalink
Fix typo in filelib module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo authored and proxyles committed Mar 10, 2011
1 parent 27e6ebe commit 82106ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/doc/src/filelib.xml
Expand Up @@ -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.
Expand Down

0 comments on commit 82106ef

Please sign in to comment.