From 120442a00b349d52dee48d7ee7b179ae7c69d8fa Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 8 Oct 2018 19:17:18 -0700 Subject: doc: remove style instruction that is not followed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove style guide instruction to place punctuation inside parentehses and quotation marks. Those are not universally correct and we do not follow those rules in cases where they are not correct. PR-URL: https://github.com/nodejs/node/pull/23346 Reviewed-By: Trivikram Kamat Reviewed-By: Sakthipriyan Vairamani Reviewed-By: James M Snell Reviewed-By: Сковорода Никита Андреевич --- doc/STYLE_GUIDE.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md index 5d0f4f14eb..6d41a77e91 100644 --- a/doc/STYLE_GUIDE.md +++ b/doc/STYLE_GUIDE.md @@ -24,8 +24,6 @@ clause — a subject, verb, and an object. * Outside of the wrapping element if the wrapping element contains only a fragment of a clause. -* Place end-of-sentence punctuation inside wrapping elements — periods go - inside parentheses and quotes, not after. * Documents must start with a level-one heading. * Prefer affixing links to inlining links — prefer `[a link][]` to `[a link](http://example.com)`. -- cgit v1.2.3