Change-Id: Ibba143ab2f91f76832d2c3a37f216f5cfc443ac6
Reviewed-on: https://go-review.googlesource.com/c/website/+/464021
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Eli Bendersky <eliben@google.com>
This commit is contained in:
Robert Griesemer 2023-02-01 13:16:59 -08:00 коммит произвёл Robert Griesemer
Родитель 30aebd78d9
Коммит d923af4f56
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ many improvements to tooling and the library, and better overall performance.
## Language changes
- The predeclared [`comparable`](ref/spec#Type_constraints) constraint is
- The predeclared [`comparable`](/ref/spec#Type_constraints) constraint is
now also [satisfied](/ref/spec#Satisfying_a_type_constraint) by
ordinary [comparable types](/ref/spec#Comparison_operators), such as interfaces,
which will simplify generic code.