Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 844bf11

Browse files
ainar-gianlancetaylor
authored andcommitted
doc/go1.15: fix two typos
Updates #37419. Change-Id: I9ecc706d44950b7de3e8fe4dde8cfab1904eee58 Reviewed-on: https://go-review.googlesource.com/c/go/+/238139 Reviewed-by: Ian Lance Taylor <iant@golang.org>
1 parent dd3bfb3 commit 844bf11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/go1.15.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h4 id="module-cache">Module cache</h4>
145145
<a href="https://golang.org/issue/36568">issue #36568</a>). The workaround is
146146
not enabled by default because it is not safe to use when Go versions lower
147147
than 1.14.2 and 1.13.10 are running concurrently with the same module cache.
148-
It can be enabled by explictly setting the environment variable
148+
It can be enabled by explicitly setting the environment variable
149149
<code>GODEBUG=modcacheunzipinplace=1</code>.
150150
</p>
151151

@@ -836,7 +836,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
836836
<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.
837837
</p>
838838
<p>
839-
<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>.
839+
<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>.
840840
</p>
841841
</dd>
842842
</dl><!-- strconv -->

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /