diff --git a/doc/go_spec.html b/doc/go_spec.html index 1caaba1ccb..37580a83b7 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -800,7 +800,7 @@ TypeName = identifier | QualifiedIdent . TypeArgs = "[" TypeList [ "," ] "]" . TypeList = Type { "," Type } . TypeLit = ArrayType | StructType | PointerType | FunctionType | InterfaceType | - SliceType | MapType | ChannelType . + SliceType | MapType | ChannelType .

@@ -3015,7 +3015,7 @@ declared in the package block of that package.

-math.Sin	// denotes the Sin function in package math
+math.Sin // denotes the Sin function in package math
 

Composite literals

@@ -4841,7 +4841,7 @@ due to two's-complement integer overflow:

-			 x, q
+                         x, q
 int8                     -128
 int16                  -32768
 int32             -2147483648