From e80560d32abcb36c51554606beb09a53d45f0062 Mon Sep 17 00:00:00 2001 From: Jared Horvat Date: Mon, 4 Apr 2022 12:01:56 -0600 Subject: [PATCH] doc/go_spec.html: update type identity example In the Type identity section, the example provides various types as givens. The example refers to the type *T5, but it is not provided in the givens. I am assuming this was a typo, and was meant to refer to *A1 or *B1. *B1 seems to be in alignment with the rest of the provided examples. --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 9da1f6ad99..b496e9e48f 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1880,7 +1880,7 @@ A4, func(int, float64) *[]string, and A5 B0 and C0 D0[int, string] and E0 []int and []int -struct{ a, b *T5 } and struct{ a, b *T5 } +struct{ a, b *B5 } and struct{ a, b *B5 } func(x int, y float64) *[]string, func(int, float64) (result *[]string), and A5