From fd0ffedae2dd9e202efc2dd7f7937baa08600d26 Mon Sep 17 00:00:00 2001 From: George Looshch Date: Sat, 9 Apr 2022 23:55:33 +0100 Subject: [PATCH] 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 --- doc/go_spec.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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