From: George Looshch
Date: Sat, 9 Apr 2022 22:55:33 +0000 (+0100)
Subject: doc: replace tabs with spaces for alignment in code snippets
X-Git-Tag: go1.19beta1~106
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fd0ffedae2dd9e202efc2dd7f7937baa08600d26;p=gostls13.git
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
Reviewed-by: Robert Griesemer
---
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