diff options
author | Tuncer Ayaz <[email protected]> | 2010-07-25 16:05:33 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-07-26 12:20:56 +0200 |
commit | ac2ab4aaec41b23e7ce29e68a67053437c6b9b0d (patch) | |
tree | 3e08b02c02701e97edebff8d43876b193c60d3a7 | |
parent | fd54521f4f04ff0360081630292c64f39b689cf2 (diff) | |
download | otp-ac2ab4aaec41b23e7ce29e68a67053437c6b9b0d.tar.gz otp-ac2ab4aaec41b23e7ce29e68a67053437c6b9b0d.tar.bz2 otp-ac2ab4aaec41b23e7ce29e68a67053437c6b9b0d.zip |
Remove extra leading spaces in filename doc
-rw-r--r-- | lib/stdlib/doc/src/filename.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/filename.xml b/lib/stdlib/doc/src/filename.xml index 0cf82fa48b..fe6c6f898e 100644 --- a/lib/stdlib/doc/src/filename.xml +++ b/lib/stdlib/doc/src/filename.xml @@ -49,7 +49,7 @@ <title>DATA TYPES</title> <code type="none"> name() = string() | atom() | DeepList - DeepList = [char() | atom() | DeepList]</code> +DeepList = [char() | atom() | DeepList]</code> </section> <funcs> <func> |