From 7fec5a2c81ed4bae78af12b169d5e0bc6588f0a7 Mon Sep 17 00:00:00 2001 From: harbichidian Date: Fri, 27 Apr 2018 13:43:44 -0700 Subject: [PATCH] Wrap the block comment asterisk in a code element --- jsguide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsguide.html b/jsguide.html index c931a69..2a4210b 100644 --- a/jsguide.html +++ b/jsguide.html @@ -777,7 +777,7 @@ in ??.

Block comments are indented at the same level as the surrounding code. They may be in /* … */ or //-style. For multi-line /* … */ comments, subsequent -lines must start with * aligned with the * on the previous line, to make +lines must start with * aligned with the * on the previous line, to make comments obvious with no extra context. “Parameter name” comments should appear after values whenever the value and method name do not sufficiently convey the meaning.