aboutsummaryrefslogtreecommitdiff
path: root/_content/doc
diff options
context:
space:
mode:
authorRyan Mehri <52933714+rmehri01@users.noreply.github.com>2025-07-11 18:44:15 +0000
committerGopher Robot <gobot@golang.org>2025-07-15 08:55:22 -0700
commit8bc2afb79a2caa40ad7e0511bc211b5ea1fd5484 (patch)
tree0d8c641945b0c8e149bbfe2dc8447e3d0654fe72 /_content/doc
parent9fa82eace29cdd5376f851dc1b1be395543cd579 (diff)
downloadgo-x-website-8bc2afb79a2caa40ad7e0511bc211b5ea1fd5484.tar.xz
_content/doc/gc-guide: fix typo
Change-Id: Ia09b8e1bb735b8d8840703f55c337ea95f902c29 GitHub-Last-Rev: 58185091f28f8d63f6772a1224c69391753cfda9 GitHub-Pull-Request: golang/website#325 Reviewed-on: https://go-review.googlesource.com/c/website/+/687536 Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Sean Liao <sean@liao.dev> Auto-Submit: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to '_content/doc')
-rw-r--r--_content/doc/gc-guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/gc-guide.html b/_content/doc/gc-guide.html
index da7648e8..1e7e2579 100644
--- a/_content/doc/gc-guide.html
+++ b/_content/doc/gc-guide.html
@@ -1184,7 +1184,7 @@ features.
</p>
<p>
Because finalizers resurrect objects, though, they do have a better-defined
- exection order than cleanups.
+ execution order than cleanups.
For this reason, finalizers are still potentially (but rarely) useful for
cleaning up structures that have complex destruction ordering requirements.
</p>