]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: pluralize 'result'
authorWill Faught <willfaught@users.noreply.github.com>
Tue, 2 Dec 2025 22:34:44 +0000 (22:34 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 3 Dec 2025 16:04:02 +0000 (08:04 -0800)
Change-Id: Id53ee875ee31b43a6d7bd3f180260276ddd4f8b9
GitHub-Last-Rev: c90e3869671888b71b3c6a34bd639ce013f89762
GitHub-Pull-Request: golang/go#76664
Reviewed-on: https://go-review.googlesource.com/c/go/+/725922
Reviewed-by: Mark Freeman <markfreeman@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/next/4-runtime.md

index 4f7c1b0a1f7d92eb08a2d6a9fc639ec500df6b87..9c16509147f937f2d7c0977ea267af1abb7a2218 100644 (file)
@@ -7,7 +7,7 @@ Go 1.25, is now enabled by default after incorporating feedback.
 
 This garbage collector’s design improves the performance of marking and
 scanning small objects through better locality and CPU scalability.
-Benchmark result vary, but we expect somewhere between a 10—40% reduction
+Benchmark results vary, but we expect somewhere between a 10—40% reduction
 in garbage collection overhead in real-world programs that heavily use the
 garbage collector.
 Further improvements, on the order of 10% in garbage collection overhead,