diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4988610d5b71..500eb34bb98b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check for typos - uses: crate-ci/typos@v1.24.1 + uses: crate-ci/typos@v1.24.3 - name: Typos info if: failure() run: | diff --git a/crates/bevy_ecs/src/query/builder.rs b/crates/bevy_ecs/src/query/builder.rs index ed4e2cd4ba71d..94a8af27c598a 100644 --- a/crates/bevy_ecs/src/query/builder.rs +++ b/crates/bevy_ecs/src/query/builder.rs @@ -261,7 +261,7 @@ impl<'w, D: QueryData, F: QueryFilter> QueryBuilder<'w, D, F> { /// Create a [`QueryState`] with the accesses of the builder. /// - /// Takes `&mut self` to access the innner world reference while initializing + /// Takes `&mut self` to access the inner world reference while initializing /// state for the new [`QueryState`] pub fn build(&mut self) -> QueryState { QueryState::::from_builder(self)