From 28d9485c25a0ddeb8817525e25d4c7bb1ee5013b Mon Sep 17 00:00:00 2001 From: saadq Date: Thu, 14 Jul 2016 22:41:29 -0700 Subject: doc: fix inconsistencies in code style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds missing semicolons, removes extra white space, and properly indents various code snippets in the documentation. Reviewed-By: Evan Lucas Reviewed-By: targos - Michaƫl Zasso PR-URL: https://github.com/nodejs/node/pull/7745 --- doc/api/path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/path.md') diff --git a/doc/api/path.md b/doc/api/path.md index f18ed52730..fd07cd6802 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -234,7 +234,7 @@ path.format({ base : "file.txt", ext : ".txt", name : "file" -}) +}); // returns 'C:\\path\\dir\\file.txt' ``` -- cgit v1.2.3