Skip to content

Commit

Permalink
Merge pull request #378 from gizmo71/readme-grammar-coarse
Browse files Browse the repository at this point in the history
Grammatical correction to README
  • Loading branch information
twillouer authored Sep 14, 2020
2 parents b5c9d4f + bd03081 commit 7301aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ It also has a "provided" dependency on sl4j-api for logging. If you don't alread
</dependency>
```

Fongo should be thread safe. All read and write operations on collections are synchronized. It's pretty course, but
Fongo should be thread safe. All read and write operations on collections are synchronized. It's pretty coarse, but
should be good enough for simple testing. Fongo doesn't have any shared state (no statics). Each fongo instance is completely independent.

## Usage Details
Expand Down

0 comments on commit 7301aa1

Please sign in to comment.