aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Redko <oleksandr.red@gmail.com>2026-03-26 19:30:02 +0200
committerRobert Griesemer <gri@google.com>2026-03-26 12:54:00 -0700
commitcbab1cbaa36382cddee72e9d5eaeb956517f1c37 (patch)
tree335fbaa491e326d0f1b984a44db55a3c41113dc9
parent985eb3ee12e5e70cebab2aac4ad390c2921c0f82 (diff)
downloadgo-x-website-cbab1cbaa36382cddee72e9d5eaeb956517f1c37.tar.xz
_content/blog/type-construction-and-cycle-detection: add missing word
Change-Id: I6ee3285edb536da973ad2f068123b735b7862941 Reviewed-on: https://go-review.googlesource.com/c/website/+/759680 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <markfreeman@google.com> Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Mark Freeman <markfreeman@google.com>
-rw-r--r--_content/blog/type-construction-and-cycle-detection.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/blog/type-construction-and-cycle-detection.md b/_content/blog/type-construction-and-cycle-detection.md
index 1095fd31..51ba9ab1 100644
--- a/_content/blog/type-construction-and-cycle-detection.md
+++ b/_content/blog/type-construction-and-cycle-detection.md
@@ -204,7 +204,7 @@ Let's consider this example:
type T [unsafe.Sizeof(T{})]int
```
-In the same way as before, we'll reach a state like the below:
+In the same way as before, we'll reach a state like the one below:
<img style="background-color:#f3f3f3" src="type-construction-and-cycle-detection/09.svg" />