File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ use bevy_transform::prelude::GlobalTransform;
32
32
use bevy_utils:: HashSet ;
33
33
use bevy_window:: { PrimaryWindow , Window , WindowScaleFactorChanged } ;
34
34
35
- /// [Text2dBundle] was removed in favor of required components.
35
+ /// [` Text2dBundle` ] was removed in favor of required components.
36
36
/// The core component is now [`Text2d`] which can contain a single text segment.
37
37
/// Indexed access to segments can be done with the new [`TextUiReader`] and [`TextUiWriter`] system params.
38
38
/// Additional segments can be added through children with [`TextSpan`](crate::text::TextSpan).
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ impl Default for TextNodeFlags {
48
48
}
49
49
}
50
50
51
- /// [TextBundle] was removed in favor of required components.
51
+ /// [` TextBundle` ] was removed in favor of required components.
52
52
/// The core component is now [`Text`] which can contain a single text segment.
53
53
/// Indexed access to segments can be done with the new [`TextUiReader`] and [`TextUiWriter`] system params.
54
54
/// Additional segments can be added through children with [`TextSpan`](bevy_text::TextSpan).
You can’t perform that action at this time.
0 commit comments