Skip to content

Commit 580ed20

Browse files
cuishuanggopherbot
authored andcommitted
_content: remove repetitive words
Change-Id: I92daee0c86d00ae15a5859d158652feb1214f7f5 Reviewed-on: https://go-review.googlesource.com/c/website/+/611797 Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]>
1 parent e42a1df commit 580ed20

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_content/blog/chacha8rand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ In many ways it is an ideal statistical generator.
237237
Even so, PCG is not unpredictable.
238238
While the scrambling of bits to prepare the result does not
239239
expose the state directly like in the LCG and Go 1 generators,
240-
[PCG-XSL-RR can still be be reversed](https://pdfs.semanticscholar.org/4c5e/4a263d92787850edd011d38521966751a179.pdf),
240+
[PCG-XSL-RR can still be reversed](https://pdfs.semanticscholar.org/4c5e/4a263d92787850edd011d38521966751a179.pdf),
241241
and it would not be surprising if PCG-DXSM could too.
242242
For secrets, we need something different.
243243

_content/blog/deadcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A typical change might rewrite some existing function, taking care to
2828
ensure that its new behavior satisfies the needs of all existing callers.
2929
Sometimes, after putting in all that effort, we would discover to our
3030
frustration that one of the callers was never actually reached in any
31-
execution, so it could safely have been been deleted.
31+
execution, so it could safely have been deleted.
3232
If we had known this beforehand our refactoring task would have been
3333
easier.
3434

_content/talks/2012/go-docs.slide

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Docs:
107107

108108
.code go-docs.slide /^\*.*previous/,/^\.code/
109109

110-
* Revenge of the input for the the previous slide
110+
* Revenge of the input for the previous slide
111111

112112
.code go-docs.slide /^\*.*redux/,/^\.code/
113113

_content/talks/2014/gotham-context.slide

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ _After_the_last_value_has_been_received_from_a_closed_channel_c,_any_receive_fro
149149

150150
Any number of goroutines can `select` on `<-ctx.Done()`.
151151

152-
Examples and discussion in in [[/blog/pipelines][blog.golang.org/pipelines]].
152+
Examples and discussion in [[/blog/pipelines][blog.golang.org/pipelines]].
153153

154154
Using `close` requires care.
155155

0 commit comments

Comments
 (0)