Skip to content

Commit

Permalink
Fix typo in changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
gendx committed Nov 27, 2024
1 parent 04bb09a commit 3914c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and this project adheres to
- A parallel iterator trait implemented for slices, with 14 adaptors:
`cloned()`, `copied()`, `filter()`, `filter_map()`, `for_each()`, `inspect()`,
`map()`, `max()`, `max_by()`, `max_by_key()`, `min()`, `min_by()`,
`min_by_key()` and `reduce`.
`min_by_key()` and `reduce()`.
- A thread pool configuration to control whether worker threads are pinned to
CPUs.

Expand Down

0 comments on commit 3914c9d

Please sign in to comment.