Skip to content

Commit

Permalink
Bump crate-ci/typos from 1.24.1 to 1.24.3 (bevyengine#15024)
Browse files Browse the repository at this point in the history
# Objective

- Adopts bevyengine#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>
  • Loading branch information
mnmaita and dependabot[bot] authored Sep 3, 2024
1 parent 250cc63 commit 32f40f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/query/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32f40f1

Please sign in to comment.