Skip to content

Commit

Permalink
Clarify instruction summary (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthmoog committed May 12, 2023
1 parent 64437bf commit 95500da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We want to make a counter which is safe to use concurrently.

We'll start with an unsafe counter and verify its behaviour works in a single-threaded environment.

Then we'll exercise it's unsafeness with multiple goroutines trying to use it via a test and fix it.
Then we'll exercise it's unsafeness, with multiple goroutines trying to use the counter via a test, and fix it.

## Write the test first

Expand Down

0 comments on commit 95500da

Please sign in to comment.