fix typos in crates/bevy_app/src/app.rs (#10173)
ambiguious -> ambiguous
This commit is contained in:
parent
2580b3d74c
commit
ffec6645b2
@ -861,7 +861,7 @@ impl App {
|
||||
}
|
||||
|
||||
/// When doing [ambiguity checking](bevy_ecs::schedule::ScheduleBuildSettings) this
|
||||
/// ignores systems that are ambiguious on [`Component`] T.
|
||||
/// ignores systems that are ambiguous on [`Component`] T.
|
||||
///
|
||||
/// This settings only applies to the main world. To apply this to other worlds call the
|
||||
/// [corresponding method](World::allow_ambiguous_component) on World
|
||||
@ -899,7 +899,7 @@ impl App {
|
||||
}
|
||||
|
||||
/// When doing [ambiguity checking](bevy_ecs::schedule::ScheduleBuildSettings) this
|
||||
/// ignores systems that are ambiguious on [`Resource`] T.
|
||||
/// ignores systems that are ambiguous on [`Resource`] T.
|
||||
///
|
||||
/// This settings only applies to the main world. To apply this to other worlds call the
|
||||
/// [corresponding method](World::allow_ambiguous_resource) on World
|
||||
|
||||
Loading…
Reference in New Issue
Block a user