]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typos in docs
authorguoguangwu <guoguangwug@gmail.com>
Tue, 23 Apr 2024 05:27:54 +0000 (05:27 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 24 Apr 2024 13:37:36 +0000 (13:37 +0000)
Change-Id: Ib51283b35d6d35acd7a90cd531ff6897a23d9894
GitHub-Last-Rev: dd485f332e58c9467d68ed571317dfd56eea9d16
GitHub-Pull-Request: golang/go#66985
Reviewed-on: https://go-review.googlesource.com/c/go/+/580797
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Joedian Reid <joedian@google.com>
doc/next/6-stdlib/2-unique.md
doc/next/6-stdlib/99-minor/net/63116.md

index b2c3bdfd0d4cedf76e910af6bf758c78f63fe8bc..45f3a9bad349dc5f93b93373efe366b169aa2c4b 100644 (file)
@@ -1,6 +1,6 @@
 ### New unique package
 
-The new [unique](/pkg/unique) package provides facilites for
+The new [unique](/pkg/unique) package provides facilities for
 canonicalizing values (like "interning" or "hash-consing").
 
 Any value of comparable type may be canonicalized with the new
index 89ec4b1e0703ef6d0c8d02f67d158b9f06ec54c2..87a098374927b375cd3a8a9f7b34025df4ebfafe 100644 (file)
@@ -1,3 +1,3 @@
-The [DNSError] type now wraps errors caused by timeouts or cancelation.
+The [DNSError] type now wraps errors caused by timeouts or cancellation.
 For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
 will now report whether a DNS error was caused by a timeout.