Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Simplify sentence
  • Loading branch information
tniessen committed Apr 5, 2017
commit 3118594c4928687a1370139f6aba78ea8b188d4e
5 changes: 2 additions & 3 deletions doc/api/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,8 @@ On Windows:
```

*Note*: On Windows, both the forward slash (`/`) and backward slash (`\`) are
accepted as path segment separators; however, if separators are to be added by
Windows-specific implementations of the `path` methods, only the backward slash
(`\`) will be used.
accepted as path segment separators; however, the `path` methods only add
backward slashes (`\`).

## path.win32
<!-- YAML
Expand Down