fix typos in crates/bevy_app/src/app.rs (#10173)

ambiguious -> ambiguous
This commit is contained in:
Surav Shrestha 2023-10-18 21:35:05 +05:45 committed by GitHub
parent 2580b3d74c
commit ffec6645b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -861,7 +861,7 @@ impl App {
} }
/// When doing [ambiguity checking](bevy_ecs::schedule::ScheduleBuildSettings) this /// 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 /// This settings only applies to the main world. To apply this to other worlds call the
/// [corresponding method](World::allow_ambiguous_component) on World /// [corresponding method](World::allow_ambiguous_component) on World
@ -899,7 +899,7 @@ impl App {
} }
/// When doing [ambiguity checking](bevy_ecs::schedule::ScheduleBuildSettings) this /// 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 /// This settings only applies to the main world. To apply this to other worlds call the
/// [corresponding method](World::allow_ambiguous_resource) on World /// [corresponding method](World::allow_ambiguous_resource) on World