Skip to content

Commit e76c87b

Browse files
committed
doc: fix typo in 1.20 release notes
Fix typo. Change-Id: Id3a78ac5d8ea429ba1685889cd1661aaca8572c5 Reviewed-on: https://go-review.googlesource.com/c/go/+/456238 Run-TryBot: Than McIntosh <thanm@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
1 parent 80f7484 commit e76c87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.20.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h2 id="runtime">Runtime</h2>
308308
<p><!-- https://go.dev/issue/51430 -->
309309
Go 1.20 adds a new <code>runtime/coverage</code> package
310310
containing APIs for writing coverage profile data at
311-
runtime from a long-running and/or server programs that
311+
runtime from long-running and/or server programs that
312312
do not terminate via <code>os.Exit()</code>.
313313
</p>
314314

0 commit comments

Comments
 (0)