]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: minor formatting fix
authorAustin Clements <austin@google.com>
Thu, 21 Jan 2021 19:24:14 +0000 (14:24 -0500)
committerAustin Clements <austin@google.com>
Thu, 21 Jan 2021 20:47:45 +0000 (20:47 +0000)
Change-Id: Ie924a15da0d9a35089d1d4b3d6c4a07b93bdf270
Reviewed-on: https://go-review.googlesource.com/c/go/+/285393
Trust: Austin Clements <austin@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.16.html

index 6e912f61fafdddca6b1d2355602a9fdef8e9aca8..ca07689fc8fc27290eac94a74c4ad76edf6b1389 100644 (file)
@@ -892,11 +892,11 @@ func TestFoo(t *testing.T) {
     </p>
 
     <p><!-- CL 261917 -->
-      <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.
+      <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.
     </p>
 
     <p><!-- CL 269761, golang.org/issue/42584 -->
-      <a href="/pkg/syscall/?GOOS=windows#DLLError"><code>DLLError</code></a> on Windows now has an Unwrap function for unwrapping its underlying error.
+      <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.
     </p>
 
     <p><!-- CL 210639 -->