Skip to content

Commit fd0ffed

Browse files
looshchRobert Griesemer
authored and
Robert Griesemer
committed
doc: replace tabs with spaces for alignment in code snippets
Fixes #52255 Change-Id: Ibb518cf2f6bac9e1ffc426a014afe80cc4c0df5e Reviewed-on: https://go-review.googlesource.com/c/go/+/399394 Reviewed-by: Jamal Carvalho <[email protected]> Reviewed-by: Robert Griesemer <[email protected]>
1 parent 55c42c2 commit fd0ffed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/go_spec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ <h2 id="Types">Types</h2>
800800
TypeArgs = "[" TypeList [ "," ] "]" .
801801
TypeList = Type { "," Type } .
802802
TypeLit = ArrayType | StructType | PointerType | FunctionType | InterfaceType |
803-
SliceType | MapType | ChannelType .
803+
SliceType | MapType | ChannelType .
804804
</pre>
805805

806806
<p>
@@ -3015,7 +3015,7 @@ <h3 id="Qualified_identifiers">Qualified identifiers</h3>
30153015
</p>
30163016

30173017
<pre>
3018-
math.Sin // denotes the Sin function in package math
3018+
math.Sin // denotes the Sin function in package math
30193019
</pre>
30203020

30213021
<h3 id="Composite_literals">Composite literals</h3>
@@ -4841,7 +4841,7 @@ <h4 id="Integer_operators">Integer operators</h4>
48414841
</p>
48424842

48434843
<pre>
4844-
x, q
4844+
x, q
48454845
int8 -128
48464846
int16 -32768
48474847
int32 -2147483648

0 commit comments

Comments
 (0)