Skip to content

Commit 42f1b37

Browse files
committed
doc: fix up race detector release note
It's already mentioned under runtime/race, we don't need it also mentioned under runtime. Change-Id: I538322b32d75b9642f3ead03539fccb95988ef8c Reviewed-on: https://go-review.googlesource.com/c/go/+/408875 Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Rhys Hiltner <[email protected]>
1 parent 524210b commit 42f1b37

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/go1.19.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -308,16 +308,13 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
308308
the <code>-trimpath</code> flag set and the <code>GOROOT</code>
309309
variable is not set in the process environment.
310310
</p>
311-
<p><!-- CL 333529 -->
312-
TODO: <a href="https://go.dev/cl/333529">https://go.dev/cl/333529</a>: update runtime (v3)
313-
</p>
314311
</dd>
315312
</dl><!-- runtime -->
316313

317-
<dl id="runtime/race"><dt><a href="/pkg/runtime/race">runtime/race</a></dt>
314+
<dl id="runtime/race"><dt><a href="/pkg/runtime/race/">runtime/race</a></dt>
318315
<dd>
319-
<p><!-- https://go.dev/issue/49761 -->
320-
The race detector has been updgraded to use thread sanitizer
316+
<p><!-- https://go.dev/issue/49761 --><!-- CL 333529 -->
317+
The race detector has been upgraded to use thread sanitizer
321318
version v3.
322319
<ul>
323320
<li>

0 commit comments

Comments
 (0)