Skip to content

Commit fc1062a

Browse files
committed
Fix typo.
"caevat" -> "caveat"
1 parent b3346b6 commit fc1062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ all). In other words, **if your code compiles**, it typically does the
5454
same thing it did before.
5555

5656
For the most, parallel iterators in particular are guaranteed to
57-
produce the same results as their sequential counterparts. One caevat:
57+
produce the same results as their sequential counterparts. One caveat:
5858
If your iterator has side effects (for example, sending methods to
5959
other threads through a [Rust channel] or writing to disk), those side
6060
effects may occur in a different order. Note also that, in some cases,

0 commit comments

Comments
 (0)