Commit 978c3e96 authored by Russ Cox's avatar Russ Cox

gc: fix comment

R=gri
CC=golang-dev
https://golang.org/cl/174077
parent f6462961
...@@ -7,9 +7,8 @@ ...@@ -7,9 +7,8 @@
* *
* The Go semicolon rules are: * The Go semicolon rules are:
* *
* 1. all statements and declarations are terminated by semicolons * 1. all statements and declarations are terminated by semicolons.
* 2. semicolons can be omitted before and after the closing ) or } * 2. semicolons can be omitted before a closing ) or }.
* on a list of statements or declarations.
* 3. semicolons are inserted by the lexer before a newline * 3. semicolons are inserted by the lexer before a newline
* following a specific list of tokens. * following a specific list of tokens.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment