From 39949375924b580f4e6711737a98143d1b7154a0 Mon Sep 17 00:00:00 2001 From: Nikita Rykov <40735471+angrymouse@users.noreply.github.com> Date: Sun, 1 Nov 2020 21:52:34 +0200 Subject: [PATCH] fix comment --- doc/api/path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/path.md b/doc/api/path.md index 36c281b772e1af..607877796c8929 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -53,7 +53,7 @@ On POSIX and Windows: ```js path.posix.basename('/tmp/myfile.html'); -// Returns: 'myfile.html' +// Returns: 'C:\\temp\\myfile.html' ``` On Windows Node.js follows the concept of per-drive working directory.