Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-02-06 08:55:16 +0300
committerAnatoli Papirovski <apapirovski@mac.com>2018-02-08 19:57:14 +0300
commitd3569b623ccd593c9ef62fcaf0aba2711dc7fbfa (patch)
tree643d44f1eb33c9b822fea7742d2691355d295a4c /doc/api/path.md
parent809af1fe8a0a096be4f0a3020f8e60ee1c827cbc (diff)
doc: remove **Note:** tags
Remove the various **Note:** prefixes throughout the docs. PR-URL: https://github.com/nodejs/node/pull/18592 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/path.md')
-rw-r--r--doc/api/path.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/path.md b/doc/api/path.md
index eb2621bfa1b..42824322b83 100644
--- a/doc/api/path.md
+++ b/doc/api/path.md
@@ -539,9 +539,9 @@ On Windows:
// Returns: ['foo', 'bar', 'baz']
```
-*Note*: On Windows, both the forward slash (`/`) and backward slash (`\`) are
-accepted as path segment separators; however, the `path` methods only add
-backward slashes (`\`).
+On Windows, both the forward slash (`/`) and backward slash (`\`) are accepted
+as path segment separators; however, the `path` methods only add backward
+slashes (`\`).
## path.toNamespacedPath(path)
<!-- YAML