aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHossein Zolfi <hossein.zolfi@gmail.com>2021-08-18 17:23:26 +0000
committerRobert Findley <rfindley@google.com>2021-08-18 18:38:52 +0000
commit652174b74a2ae40b5a175c7f2f63209a6d88c437 (patch)
tree78d8333b466fe34737d3b3f03452a94dd4108ec5
parentdfcbf4d45b6c5481adf5e995fc707ba6a0d80b36 (diff)
downloadgo-x-proposal-652174b74a2ae40b5a175c7f2f63209a6d88c437.tar.xz
design: 47781-parameterized-go-ast.md: fix a broken link
Change-Id: Ica74f0c8e51c5ba8346bf506166298b35ad9e872 GitHub-Last-Rev: 34c8e77a7ae4ee78d34dae780e528950b4589668 GitHub-Pull-Request: golang/proposal#34 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/343349 Reviewed-by: Robert Findley <rfindley@google.com>
-rw-r--r--design/47781-parameterized-go-ast.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/47781-parameterized-go-ast.md b/design/47781-parameterized-go-ast.md
index ac470e2..ec07198 100644
--- a/design/47781-parameterized-go-ast.md
+++ b/design/47781-parameterized-go-ast.md
@@ -6,7 +6,7 @@ Last Updated: 2021-08-18
## Abstract
-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).
+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).
## Syntax Changes