We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5c9d4f + bd03081 commit 7301aa1Copy full SHA for 7301aa1
README.md
@@ -81,7 +81,7 @@ It also has a "provided" dependency on sl4j-api for logging. If you don't alread
81
</dependency>
82
```
83
84
-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
85
should be good enough for simple testing. Fongo doesn't have any shared state (no statics). Each fongo instance is completely independent.
86
87
## Usage Details
0 commit comments