Skip to content

Commit

Permalink
Merge pull request #292 from LukaJCB/fix-typo
Browse files Browse the repository at this point in the history
Fix typo for MVar intro
  • Loading branch information
alexandru committed Aug 3, 2018
2 parents e70710f + 07de260 commit 00d4473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/main/tut/concurrency/mvar.md
Expand Up @@ -6,7 +6,7 @@ source: "shared/src/main/scala/cats/effect/concurrent/MVar.scala"
scaladoc: "#cats.effect.concurrent.MVar"
---

An `MVar` is a mutable location that can be empty or contains a value,
An `MVar` is a mutable location that can be empty or contain a value,
asynchronously blocking reads when empty and blocking writes when full.

```tut:silent
Expand Down

0 comments on commit 00d4473

Please sign in to comment.