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.