diff options
author | Henrik Nord <[email protected]> | 2016-02-09 10:59:56 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-02-23 16:16:29 +0100 |
commit | a435cefa6ee51bbec400836195359c94682a1008 (patch) | |
tree | 4111553a006800829a5b16d3828d4358399999cb /lib/stdlib/doc | |
parent | bd5c928e1c47f05d0d7b18f4e28e42d276cfc038 (diff) | |
download | otp-a435cefa6ee51bbec400836195359c94682a1008.tar.gz otp-a435cefa6ee51bbec400836195359c94682a1008.tar.bz2 otp-a435cefa6ee51bbec400836195359c94682a1008.zip |
s/is/are
Diffstat (limited to 'lib/stdlib/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 77e262dbe6..1d4ffc10f9 100644 --- a/lib/stdlib/doc/src/filename.xml +++ b/lib/stdlib/doc/src/filename.xml @@ -214,7 +214,7 @@ <desc> <p>Converts <c><anno>Path</anno></c> to a form accepted by the command shell and native applications on the current platform. On Windows, - forward slashes is converted to backward slashes. On all + forward slashes are converted to backward slashes. On all platforms, the name is normalized as done by <c>join/1</c>.</p> <pre> 19> <input>filename:nativename("/usr/local/bin/").</input> % Unix |