Bump crate-ci/typos from 1.24.1 to 1.24.3 (#15024)

# Objective

- Adopts #15015

## Solution

- Fixed a typo that broke the build and prevented updating
`crate-ci/typos`.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Martín Maita 2024-09-03 02:57:41 +02:00 committed by GitHub
parent 250cc63ddf
commit 32f40f11b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -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<D, F> {
QueryState::<D, F>::from_builder(self)