Skip to content

Commit f271cc9

Browse files
authored
possesive pronoun (quii#416)
corrected a possessive pronoun by removing the single quotation mark
1 parent dab987d commit f271cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ From the [Go Blog: Context](https://blog.golang.org/context) again:
283283
284284
(Pause for a moment and think of the ramifications of every function having to send in a context, and the ergonomics of that.)
285285

286-
Feeling a bit uneasy? Good. Let's try and follow that approach though and instead pass through the `context` to our `Store` and let it be responsible. That way it can also pass the `context` through to it's dependants and they too can be responsible for stopping themselves.
286+
Feeling a bit uneasy? Good. Let's try and follow that approach though and instead pass through the `context` to our `Store` and let it be responsible. That way it can also pass the `context` through to its dependants and they too can be responsible for stopping themselves.
287287

288288
## Write the test first
289289

0 commit comments

Comments
 (0)