From 08ebf39a82336f554b157bc6fd40d03ed10d1160 Mon Sep 17 00:00:00 2001 From: Felix Stein Date: Thu, 20 Nov 2025 01:19:43 +0100 Subject: [PATCH] gopls/doc/release/v0.21.0.md: fix typo and remove semicolons --- gopls/doc/release/v0.21.0.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gopls/doc/release/v0.21.0.md b/gopls/doc/release/v0.21.0.md index 00c6de81a8a..a2ff3c0de4b 100644 --- a/gopls/doc/release/v0.21.0.md +++ b/gopls/doc/release/v0.21.0.md @@ -151,11 +151,11 @@ by the more modern `errors.AsType`, when the type is known statically: ### Miscellaneous -- `minmax` now removes user-defined min/max functions when they are redundant; -- `stringscutprefix` now handles `strings.CutSuffix` too; -- the `yield` ad `nilness` analyzers handle control-flow booleans more precisely; -- `printf` now checks calls to local anonymous printf-wrapper functions too; -- the `staticcheck` suite has been updated to v0.7; +- `minmax` now removes user-defined min/max functions when they are redundant +- `stringscutprefix` now handles `strings.CutSuffix` too +- the `yield` and `nilness` analyzers handle control-flow booleans more precisely +- `printf` now checks calls to local anonymous printf-wrapper functions too +- the `staticcheck` suite has been updated to v0.7 ## Code transformation features