From: Austin Clements Date: Thu, 21 Jan 2021 19:24:14 +0000 (-0500) Subject: doc/go1.16: minor formatting fix X-Git-Tag: go1.16rc1~45 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e2b4f1fea5b0367fd6d687f677f9a8cb9dc252ea;p=gostls13.git doc/go1.16: minor formatting fix Change-Id: Ie924a15da0d9a35089d1d4b3d6c4a07b93bdf270 Reviewed-on: https://go-review.googlesource.com/c/go/+/285393 Trust: Austin Clements Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 6e912f61fa..ca07689fc8 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -892,11 +892,11 @@ func TestFoo(t *testing.T) {

- SysProcAttr on Windows has a new NoInheritHandles field that disables inheriting handles when creating a new process. + SysProcAttr on Windows has a new NoInheritHandles field that disables inheriting handles when creating a new process.

- DLLError on Windows now has an Unwrap function for unwrapping its underlying error. + DLLError on Windows now has an Unwrap method for unwrapping its underlying error.