From: Will Faught Date: Tue, 2 Dec 2025 22:34:44 +0000 (+0000) Subject: doc/next: pluralize 'result' X-Git-Tag: go1.26rc1~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2729e87aa5;p=gostls13.git doc/next: pluralize 'result' 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 Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov TryBot-Bypass: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/4-runtime.md b/doc/next/4-runtime.md index 4f7c1b0a1f..9c16509147 100644 --- a/doc/next/4-runtime.md +++ b/doc/next/4-runtime.md @@ -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,