From c0bd4f33ccc9a9454d50245a1dba1fa46e62a1ad Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 6 Feb 2017 15:57:00 -0800 Subject: [PATCH] spec: pick up a few corrections missed in prior commit This CL picks up a couple of minor fixes that were present in https://go-review.googlesource.com/#/c/36213/6..5 but accidentally got dropped in https://go-review.googlesource.com/#/c/36213/ because I submitted from the wrong client. Change-Id: I3ad0d20457152ea9a116cbb65a23eb0dc3a8525e Reviewed-on: https://go-review.googlesource.com/36471 Reviewed-by: Matthew Dempsky --- doc/go_spec.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 7f25fff137..dfa4222f6e 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -1862,7 +1862,7 @@ last non-empty expression list.

A type declaration binds an identifier, the type name, to a type. -Type declarations come in two forms: Alias declarations and type definitions. +Type declarations come in two forms: alias declarations and type definitions.

@@ -1896,9 +1896,9 @@ type (
 

Type definitions

-A type definition binds an identifier to a newly created type -with the same underlying type and -operations as the given type. +A type definition creates a new, distinct type with the same +underlying type and operations as the given type, +and binds an identifier to it.

-- 
2.50.0