Skip to content

Commit

Permalink
permutations -> combinations (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Jan 9, 2022
1 parent 7fedbe8 commit cde1e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/2022-01-08-bevy-0.6/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ We plan on exposing more control over scheduling, running, and working with sub-

<div class="release-feature-authors">authors: @Frizi</div>

You can now iterate all permutations of N entities for a given query:
You can now iterate all combinations of N entities for a given query:

```rust
fn system(query: Query<&Player>) {
Expand Down

0 comments on commit cde1e4a

Please sign in to comment.