diff options
Diffstat (limited to 'node_modules/remove-trailing-separator/readme.md')
-rw-r--r-- | node_modules/remove-trailing-separator/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/remove-trailing-separator/readme.md b/node_modules/remove-trailing-separator/readme.md index 8c643d49f..612fe3de4 100644 --- a/node_modules/remove-trailing-separator/readme.md +++ b/node_modules/remove-trailing-separator/readme.md @@ -28,8 +28,8 @@ removeTrailingSeparator('') // '' ## Backslash, or win32 separator -`\` is considered a separator only on WIN32 systems. All UNIX compliant systems -see backslash as a valid file name character, so it would break UNIX compliance +`\` is considered a separator only on WIN32 systems. All POSIX compliant systems +see backslash as a valid file name character, so it would break POSIX compliance to remove it there. In practice, this means that this code will return different things depending on @@ -48,4 +48,4 @@ removeTrailingSeparator('\\foo\\') [appveyor-url]: https://ci.appveyor.com/project/darsain/remove-trailing-separator/branch/master [appveyor-img]: https://ci.appveyor.com/api/projects/status/wvg9a93rrq95n2xl/branch/master?svg=true [coveralls-url]: https://coveralls.io/github/darsain/remove-trailing-separator?branch=master -[coveralls-img]: https://coveralls.io/repos/github/darsain/remove-trailing-separator/badge.svg?branch=master
\ No newline at end of file +[coveralls-img]: https://coveralls.io/repos/github/darsain/remove-trailing-separator/badge.svg?branch=master |