From 14b0b4463e9dd2ba81e7c67b1c4a66f429ed7f0a Mon Sep 17 00:00:00 2001 From: pallxk Date: Tue, 6 Dec 2016 13:34:25 +0800 Subject: [PATCH] doc: fix typo in code example of 'path' module PR-URL: https://github.com/nodejs/node/pull/10136 Reviewed-By: Brian White Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- 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 a9c72c2e2e7..df65616b6c4 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -24,7 +24,7 @@ On POSIX: ```js path.basename('C:\\temp\\myfile.html'); -// Returns: 'C:\temp\myfile.html' +// Returns: 'C:\\temp\\myfile.html' ``` On Windows: