Skip to content

Commit

Permalink
doc comment suggestion
Browse files Browse the repository at this point in the history
Co-Authored-By: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
mockersf and alice-i-cecile committed Apr 25, 2022
1 parent 81f6027 commit 2fc76ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_app/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub trait Plugin: Any + Send + Sync {
fn name(&self) -> &str {
std::any::type_name::<Self>()
}
/// If the plugin can be instantiated several times in an [`App`](crate::App), override this
/// method to return `false`.
/// If the plugin can be meaningfully instantiated several times in an [`App`](crate::App),
/// override this method to return `false`.
fn is_unique(&self) -> bool {
true
}
Expand Down

0 comments on commit 2fc76ec

Please sign in to comment.