Remove double blank line from component docs (#5102)
A small trivial documentation fix. Check the changed file.
This commit is contained in:
parent
4f5f04041f
commit
e57abc1c42
@ -16,7 +16,6 @@ use std::{
|
||||
|
||||
/// A data type that can be used to store data for an [entity].
|
||||
///
|
||||
///
|
||||
/// `Component` is a [derivable trait]: this means that a data type can implement it by applying a `#[derive(Component)]` attribute to it.
|
||||
/// However, components must always satisfy the `Send + Sync + 'static` trait bounds.
|
||||
///
|
||||
|
||||
Loading…
Reference in New Issue
Block a user