Skip to content

Commit 003b5e6

Browse files
bors[bot]didroe
andcommitted
646: Fix typo in FAQ r=cuviper a=didroe Co-authored-by: David Roe <[email protected]>
2 parents aa181be + 5452133 commit 003b5e6

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)