Skip to content

Commit 652174b

Browse files
empirefindleyr
authored andcommitted
design: 47781-parameterized-go-ast.md: fix a broken link
Change-Id: Ica74f0c8e51c5ba8346bf506166298b35ad9e872 GitHub-Last-Rev: 34c8e77 GitHub-Pull-Request: #34 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/343349 Reviewed-by: Robert Findley <[email protected]>
1 parent dfcbf4d commit 652174b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/47781-parameterized-go-ast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Last Updated: 2021-08-18
66

77
## Abstract
88

9-
This document proposes changes to `go/ast` to store the additional syntactic information necessary for the type parameters proposal ([#43651](golang.org/issues/43651)), including the amendment for type sets ([#45346](https://golang.org/issues/45346)). The changes to `go/types` related to type checking are discussed in a [separate proposal](https://golang.org/cl/328610).
9+
This document proposes changes to `go/ast` to store the additional syntactic information necessary for the type parameters proposal ([#43651](https://golang.org/issues/43651)), including the amendment for type sets ([#45346](https://golang.org/issues/45346)). The changes to `go/types` related to type checking are discussed in a [separate proposal](https://golang.org/cl/328610).
1010

1111
## Syntax Changes
1212

0 commit comments

Comments
 (0)