mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
250cc63ddf
commit
32f40f11b5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue