aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2016-03-08 14:51:39 +0100
committerHenrik Nord <[email protected]>2016-03-08 14:51:39 +0100
commit043133b500274669fa8b5b894939280185941ce3 (patch)
treecf387003d17f99204104eb12acc6711e4451d55e /lib/stdlib
parent652b67ba8d15ff415a8f30034bd9eb03a9c2b8ca (diff)
parent4a39536d3566277e19838bd45f1c340e3d88b998 (diff)
downloadotp-043133b500274669fa8b5b894939280185941ce3.tar.gz
otp-043133b500274669fa8b5b894939280185941ce3.tar.bz2
otp-043133b500274669fa8b5b894939280185941ce3.zip
Merge branch 'henrik/doc-fixes' into maint
* henrik/doc-fixes: Fix typo in INSTALL.md Update README.md Fix typo in 'app' documentation s/is/are
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/filename.xml2
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