Fix typos plugin.rs (#11193)
# Objective - There are multiple grammar mistakes in the `plugin.rs` file. ## Solution - Corrects the grammar and spelling in the docs of `plugin.rs`
This commit is contained in:
parent
07cd955c02
commit
19f5222c29
@ -25,8 +25,8 @@ pub trait Plugin: Downcast + Any + Send + Sync {
|
||||
/// Configures the [`App`] to which this plugin is added.
|
||||
fn build(&self, app: &mut App);
|
||||
|
||||
/// Has the plugin finished it's setup? This can be useful for plugins that needs something
|
||||
/// asynchronous to happen before they can finish their setup, like renderer initialization.
|
||||
/// Has the plugin finished its setup? This can be useful for plugins that need something
|
||||
/// asynchronous to happen before they can finish their setup, like the initialization of a renderer.
|
||||
/// Once the plugin is ready, [`finish`](Plugin::finish) should be called.
|
||||
fn ready(&self, _app: &App) -> bool {
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user