diff --git a/doc/go1.19.html b/doc/go1.19.html index 155dcc44aa..5b31b3b520 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -350,7 +350,9 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://go.dev/cl/371574: use pdqsort + The sorting algorithm has been rewritten to use + pattern-defeating quicksort, which + is faster for several common scenarios.