Skip to content

Commit 23214cc

Browse files
authored
fix: typo in concurrency.md (#889)
1 parent 83e2979 commit 23214cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ On top of that, we can see the line of code where the write is happening:
330330

331331
`/Users/gypsydave5/go/src/github.com/gypsydave5/learn-go-with-tests/concurrency/v3/websiteChecker.go:12`
332332

333-
and the line of code where goroutines 7 an 8 are started:
333+
and the line of code where goroutines 7 and 8 are started:
334334

335335
`/Users/gypsydave5/go/src/github.com/gypsydave5/learn-go-with-tests/concurrency/v3/websiteChecker.go:11`
336336

0 commit comments

Comments
 (0)