Skip to content

Commit 7cec2c0

Browse files
Bump crate-ci/typos from 1.34.0 to 1.35.3 (#20514)
Adopted from #20507. Bumps crate-ci/typos from 1.34.0 to 1.35.3. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39751f2 commit 7cec2c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
steps:
341341
- uses: actions/checkout@v4
342342
- name: Check for typos
343-
uses: crate-ci/typos@v1.34.0
343+
uses: crate-ci/typos@v1.35.3
344344
- name: Typos info
345345
if: failure()
346346
run: |

crates/bevy_ecs/src/system/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ use super::{Res, ResMut, SystemState};
106106
///
107107
/// The implementor must ensure that the state returned
108108
/// from [`SystemParamBuilder::build`] is valid for `P`.
109-
/// Note that the exact safety requiremensts depend on the implementation of [`SystemParam`],
109+
/// Note that the exact safety requirements depend on the implementation of [`SystemParam`],
110110
/// so if `Self` is not a local type then you must call [`SystemParam::init_state`]
111111
/// or another [`SystemParamBuilder::build`].
112112
pub unsafe trait SystemParamBuilder<P: SystemParam>: Sized {

0 commit comments

Comments
 (0)