[website] _content/blog: fix duplicated words

0 views
Skip to first unread message

Oleksandr Redko (Gerrit)

unread,
1:27 PM (2 hours ago) 1:27 PM
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

Oleksandr Redko has uploaded the change for review

Commit message

_content/blog: fix duplicated words
Change-Id: Ida569369fc5ac7c1f751cda86e50d3308ba34855

Change diff

diff --git a/_content/blog/allocation-optimizations.md b/_content/blog/allocation-optimizations.md
index 507541d..d69e4ce 100644
--- a/_content/blog/allocation-optimizations.md
+++ b/_content/blog/allocation-optimizations.md
@@ -287,7 +287,7 @@

We do pay the cost for a copy, but that cost is almost completely
offset by the copies in the startup phase that we no longer have to
-do. (In fact, the the new scheme at worst has to copy one more element
+do. (In fact, the new scheme at worst has to copy one more element
than the old scheme.)

## Wrapping up
diff --git a/_content/blog/cover.md b/_content/blog/cover.md
index f05e363..2814053 100644
--- a/_content/blog/cover.md
+++ b/_content/blog/cover.md
@@ -132,7 +132,7 @@
{{code "cover/pkg.cover" `/func/` `/^}/`}}

Each executable section of the program is annotated with an assignment statement that,
-when executed, records that that section ran.
+when executed, records that section ran.
The counter is tied to the original source position of the statements it counts
through a second read-only data structure that is also generated by the cover tool.
When the test run completes, the counters are collected and the percentage is computed
diff --git a/_content/blog/io2013-chat.md b/_content/blog/io2013-chat.md
index 7c1c1cf..607b4dc 100644
--- a/_content/blog/io2013-chat.md
+++ b/_content/blog/io2013-chat.md
@@ -110,7 +110,7 @@
**Ian:** This is frequently discussed on the mailing list. What we do internally
is take a snapshot of the imported code, and update that snapshot from time to
time. That way, our code base won't break unexpectedly if the API changes.
-But we understand that that approach doesn’t work very well for people who are
+But we understand that approach doesn’t work very well for people who are
themselves providing a library. We’re open to good suggestions in this area.
Remember that this is an aspect of the tools that surround the language rather
than the language itself; the place to fix this is in the tools, not the
diff --git a/_content/blog/testing-time.md b/_content/blog/testing-time.md
index 387f925..6b18c95 100644
--- a/_content/blog/testing-time.md
+++ b/_content/blog/testing-time.md
@@ -360,7 +360,7 @@
As we saw earlier, the two fundamental features required to write testable concurrent code are
fake time and a way to wait for quiescence.

-We need a better way to to wait for quiescence.
+We need a better way to wait for quiescence.
We should be able to ask the runtime when background goroutines have finished their work.
We also want to be able to limit the scope of this query to a single test,
so that unrelated tests do not interfere with each other.

Change information

Files:
  • M _content/blog/allocation-optimizations.md
  • M _content/blog/cover.md
  • M _content/blog/io2013-chat.md
  • M _content/blog/testing-time.md
Change size: XS
Delta: 4 files changed, 4 insertions(+), 4 deletions(-)
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: website
Gerrit-Branch: master
Gerrit-Change-Id: Ida569369fc5ac7c1f751cda86e50d3308ba34855
Gerrit-Change-Number: 750000
Gerrit-PatchSet: 1
Gerrit-Owner: Oleksandr Redko <oleksa...@gmail.com>
unsatisfied_requirement
satisfied_requirement
open
diffy

Cherry Mui (Gerrit)

unread,
2:25 PM (1 hour ago) 2:25 PM
to Oleksandr Redko, goph...@pubsubhelper.golang.org, Keith Randall, golang-co...@googlegroups.com
Attention needed from Keith Randall and Oleksandr Redko

Cherry Mui added 2 comments

File _content/blog/cover.md
Line 135, Patchset 1 (Latest):when executed, records that section ran.
Cherry Mui . unresolved

I think the original text is probably fine. The first "that" is a conjunction, and the second "that" is an adjective for "that section".

File _content/blog/io2013-chat.md
Line 113, Patchset 1 (Latest):But we understand that approach doesn’t work very well for people who are
Cherry Mui . unresolved

I think the original text is fine. The first "that" is a conjunction, and the second "that" is an adjective for "that approach".

Open in Gerrit

Related details

Attention is currently required from:
  • Keith Randall
  • Oleksandr Redko
Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: website
    Gerrit-Branch: master
    Gerrit-Change-Id: Ida569369fc5ac7c1f751cda86e50d3308ba34855
    Gerrit-Change-Number: 750000
    Gerrit-PatchSet: 1
    Gerrit-Owner: Oleksandr Redko <oleksa...@gmail.com>
    Gerrit-Reviewer: Cherry Mui <cher...@google.com>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Attention: Oleksandr Redko <oleksa...@gmail.com>
    Gerrit-Comment-Date: Fri, 27 Feb 2026 19:25:09 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Oleksandr Redko (Gerrit)

    unread,
    2:28 PM (1 hour ago) 2:28 PM
    to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
    Attention needed from Keith Randall and Oleksandr Redko

    Oleksandr Redko uploaded new patchset

    Oleksandr Redko uploaded patch set #2 to this change.
    Open in Gerrit

    Related details

    Attention is currently required from:
    • Keith Randall
    • Oleksandr Redko
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: newpatchset
    Gerrit-Project: website
    Gerrit-Branch: master
    Gerrit-Change-Id: Ida569369fc5ac7c1f751cda86e50d3308ba34855
    Gerrit-Change-Number: 750000
    Gerrit-PatchSet: 2
    unsatisfied_requirement
    open
    diffy

    Oleksandr Redko (Gerrit)

    unread,
    2:29 PM (1 hour ago) 2:29 PM
    to goph...@pubsubhelper.golang.org, Keith Randall, Cherry Mui, golang-co...@googlegroups.com
    Attention needed from Cherry Mui and Keith Randall

    Oleksandr Redko added 2 comments

    File _content/blog/cover.md
    Line 135, Patchset 1:when executed, records that section ran.
    Cherry Mui . resolved

    I think the original text is probably fine. The first "that" is a conjunction, and the second "that" is an adjective for "that section".

    Oleksandr Redko

    Thanks, reverted.

    File _content/blog/io2013-chat.md
    Line 113, Patchset 1:But we understand that approach doesn’t work very well for people who are
    Cherry Mui . resolved

    I think the original text is fine. The first "that" is a conjunction, and the second "that" is an adjective for "that approach".

    Oleksandr Redko

    Agree. My bad. Reverted.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Cherry Mui
    • Keith Randall
    Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement is not satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: website
      Gerrit-Branch: master
      Gerrit-Change-Id: Ida569369fc5ac7c1f751cda86e50d3308ba34855
      Gerrit-Change-Number: 750000
      Gerrit-PatchSet: 1
      Gerrit-Owner: Oleksandr Redko <oleksa...@gmail.com>
      Gerrit-Reviewer: Cherry Mui <cher...@google.com>
      Gerrit-Reviewer: Keith Randall <k...@golang.org>
      Gerrit-Attention: Keith Randall <k...@golang.org>
      Gerrit-Attention: Cherry Mui <cher...@google.com>
      Gerrit-Comment-Date: Fri, 27 Feb 2026 19:29:00 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Cherry Mui <cher...@google.com>
      unsatisfied_requirement
      satisfied_requirement
      open
      diffy

      Cherry Mui (Gerrit)

      unread,
      2:34 PM (1 hour ago) 2:34 PM
      to Oleksandr Redko, goph...@pubsubhelper.golang.org, Keith Randall, golang-co...@googlegroups.com
      Attention needed from Keith Randall and Oleksandr Redko

      Cherry Mui voted and added 1 comment

      Votes added by Cherry Mui

      Code-Review+2
      Commit-Queue+1

      1 comment

      Patchset-level comments
      File-level comment, Patchset 2 (Latest):
      Cherry Mui . resolved

      Thanks.

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Keith Randall
      • Oleksandr Redko
      Submit Requirements:
      • requirement satisfiedCode-Review
      • requirement satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement is not satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: website
      Gerrit-Branch: master
      Gerrit-Change-Id: Ida569369fc5ac7c1f751cda86e50d3308ba34855
      Gerrit-Change-Number: 750000
      Gerrit-PatchSet: 2
      Gerrit-Owner: Oleksandr Redko <oleksa...@gmail.com>
      Gerrit-Reviewer: Cherry Mui <cher...@google.com>
      Gerrit-Reviewer: Keith Randall <k...@golang.org>
      Gerrit-Attention: Keith Randall <k...@golang.org>
      Gerrit-Attention: Oleksandr Redko <oleksa...@gmail.com>
      Gerrit-Comment-Date: Fri, 27 Feb 2026 19:34:09 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy
      Reply all
      Reply to author
      Forward
      0 new messages