Skip to content

Commit 7301aa1

Browse files
authored
Merge pull request #378 from gizmo71/readme-grammar-coarse
Grammatical correction to README
2 parents b5c9d4f + bd03081 commit 7301aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ It also has a "provided" dependency on sl4j-api for logging. If you don't alread
8181
</dependency>
8282
```
8383

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

8787
## Usage Details

0 commit comments

Comments
 (0)