Skip to content

Commit bd03081

Browse files
authored
Grammatical correction to README
1 parent b5c9d4f commit bd03081

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)