mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue