Skip to content

Commit

Permalink
Fix whitespace in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GarettCooper committed Jun 22, 2022
1 parent df727b0 commit 684e166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ impl Components {
self.indices.get(&type_id).map(|index| ComponentId(*index))
}

/// Retrieves the [`ComponentId`] of the given [`Component`] type in
/// Retcdrieves the [`ComponentId`] of the given [`Component`] type in
/// this [`Components`] instance. Returns [`None`] if the [`Component`] type has not
/// yet been initialized using [`Components::init_component`].
/// ```rust
Expand Down

0 comments on commit 684e166

Please sign in to comment.