]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: fix two typos
authorAinar Garipov <gugl.zadolbal@gmail.com>
Tue, 16 Jun 2020 18:48:43 +0000 (21:48 +0300)
committerIan Lance Taylor <iant@golang.org>
Tue, 16 Jun 2020 19:29:32 +0000 (19:29 +0000)
Updates #37419.

Change-Id: I9ecc706d44950b7de3e8fe4dde8cfab1904eee58
Reviewed-on: https://go-review.googlesource.com/c/go/+/238139
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.15.html

index 83d5ca1f0cf5609dcfc74e48d518d5f757a767fb..df6acc80ee57b59ca0d16b67b2e914082acb2232 100644 (file)
@@ -145,7 +145,7 @@ Do not send CLs removing the interior tags from such phrases.
   <a href="https://golang.org/issue/36568">issue #36568</a>). The workaround is
   not enabled by default because it is not safe to use when Go versions lower
   than 1.14.2 and 1.13.10 are running concurrently with the same module cache.
-  It can be enabled by explictly setting the environment variable
+  It can be enabled by explicitly setting the environment variable
   <code>GODEBUG=modcacheunzipinplace=1</code>.
 </p>
 
@@ -836,7 +836,7 @@ Do not send CLs removing the interior tags from such phrases.
       <a href="/pkg/strconv/#FormatComplex"><code>FormatComplex</code></a> converts a complex number into a string of the form (a+bi), where a and b are the real and imaginary parts.
     </p>
     <p>
-      <a href="/pkg/strconv/#ParseComplex"><code>ParseComplex</code></a> converts a string into a complex number of a specificed precision. <code>ParseComplex</code> accepts complex numbers in the format <code>N+Ni</code>.
+      <a href="/pkg/strconv/#ParseComplex"><code>ParseComplex</code></a> converts a string into a complex number of a specified precision. <code>ParseComplex</code> accepts complex numbers in the format <code>N+Ni</code>.
     </p>
   </dd>
 </dl><!-- strconv -->