diff --git a/doc/api/path.md b/doc/api/path.md index 14acbb1eb5f99d..caefc15e601f1a 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -549,7 +549,7 @@ On Windows systems only, returns an equivalent [namespace-prefixed path][] for the given `path`. If `path` is not a string, `path` will be returned without modifications. -This method is meaningful only on Windows system. On POSIX systems, the +This method is meaningful only on Windows systems. On POSIX systems, the method is non-operational and always returns `path` without modifications. ## `path.win32`