Remove double blank line from component docs (#5102)

A small trivial documentation fix. Check the changed file.
This commit is contained in:
Federico Rinaldi 2022-06-26 14:24:04 +00:00
parent 4f5f04041f
commit e57abc1c42

View file

@ -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.
///