diff --git a/doc/go1.21.html b/doc/go1.21.html index 10aafac668..1f9d8ffea1 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -386,13 +386,15 @@ Do not send CLs removing the interior tags from such phrases. maps of any key or element type.
-- TODO: https://go.dev/cl/496356: cmp: new package; modified api/next/59488.txt -
-
+ The new cmp package defines the type
+ constraint Ordered and
+ two new generic functions
+ Less
+ and Compare that are
+ useful with ordered
+ types.
+