Skip to content

Commit e2b4f1f

Browse files
committed
doc/go1.16: minor formatting fix
Change-Id: Ie924a15da0d9a35089d1d4b3d6c4a07b93bdf270 Reviewed-on: https://go-review.googlesource.com/c/go/+/285393 Trust: Austin Clements <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 9f43a9e commit e2b4f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/go1.16.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,11 +892,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
892892
</p>
893893

894894
<p><!-- CL 261917 -->
895-
<a href="/pkg/syscall/?GOOS=windows#SysProcAttr"><code>SysProcAttr</code></a> on Windows has a new NoInheritHandles field that disables inheriting handles when creating a new process.
895+
<a href="/pkg/syscall/?GOOS=windows#SysProcAttr"><code>SysProcAttr</code></a> on Windows has a new <code>NoInheritHandles</code> field that disables inheriting handles when creating a new process.
896896
</p>
897897

898898
<p><!-- CL 269761, golang.org/issue/42584 -->
899-
<a href="/pkg/syscall/?GOOS=windows#DLLError"><code>DLLError</code></a> on Windows now has an Unwrap function for unwrapping its underlying error.
899+
<a href="/pkg/syscall/?GOOS=windows#DLLError"><code>DLLError</code></a> on Windows now has an <code>Unwrap</code> method for unwrapping its underlying error.
900900
</p>
901901

902902
<p><!-- CL 210639 -->

0 commit comments

Comments
 (0)