Skip to content

Commit 5452133

Browse files
authored
Fix typo in FAQ
1 parent aa181be commit 5452133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ is an homage to that work.
4040

4141
## What should I do if I use `Rc`, `Cell`, `RefCell` or other non-Send-and-Sync types?
4242

43-
There a number of non-threadsafe types in the Rust standard library,
43+
There are a number of non-threadsafe types in the Rust standard library,
4444
and if your code is using them, you will not be able to combine it
4545
with Rayon. Similarly, even if you don't have such types, but you try
4646
to have multiple closures mutating the same state, you will get

0 commit comments

Comments
 (0)