Skip to content

Commit e57abc1

Browse files
committed
Remove double blank line from component docs (#5102)
A small trivial documentation fix. Check the changed file.
1 parent 4f5f040 commit e57abc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_ecs/src/component.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use std::{
1616

1717
/// A data type that can be used to store data for an [entity].
1818
///
19-
///
2019
/// `Component` is a [derivable trait]: this means that a data type can implement it by applying a `#[derive(Component)]` attribute to it.
2120
/// However, components must always satisfy the `Send + Sync + 'static` trait bounds.
2221
///

0 commit comments

Comments
 (0)