From 844bf11ecd362e50e62a81c93aa2ac602de59adc Mon Sep 17 00:00:00 2001
From: Ainar Garipov
Date: Tue, 16 Jun 2020 21:48:43 +0300
Subject: [PATCH] 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
---
doc/go1.15.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/go1.15.html b/doc/go1.15.html
index 83d5ca1f0c..df6acc80ee 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -145,7 +145,7 @@ Do not send CLs removing the interior tags from such phrases.
issue #36568). 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
GODEBUG=modcacheunzipinplace=1
.
@@ -836,7 +836,7 @@ Do not send CLs removing the interior tags from such phrases.
FormatComplex
converts a complex number into a string of the form (a+bi), where a and b are the real and imaginary parts.
- ParseComplex
converts a string into a complex number of a specificed precision. ParseComplex
accepts complex numbers in the format N+Ni
.
+ ParseComplex
converts a string into a complex number of a specified precision. ParseComplex
accepts complex numbers in the format N+Ni
.