Skip to content

Commit 7b22f48

Browse files
jamgeorge3quii
authored andcommitted
Removed redundant "or" (quii#292)
1 parent 3273c71 commit 7b22f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func CheckWebsites(wc WebsiteChecker, urls []string) map[string]bool {
242242
}
243243
```
244244

245-
Now when we run the tests you get (or or don't get - see above):
245+
Now when we run the tests you get (or don't get - see above):
246246

247247
```sh
248248
--- FAIL: TestCheckWebsites (0.00s)

0 commit comments

Comments
 (0)