mirror of
https://github.com/bevyengine/bevy
synced 2024-12-19 01:23:09 +00:00
f6668cdf9f
This fixes a minor copy-paste mistake in the `FontAtlasSet::is_empty` method's documentation. # Objective - Correct the documentation for that method. ## Solution - Remove the copy + paste'd docs from `FontAtlasSet::is_empty` and add something similar to `alloc::collections::btree_set::BTreeSet::is_empty`. ## Testing - No testable changes were made. However, the two tests in the `bevy_text` module still pass. |
||
---|---|---|
.. | ||
bounds.rs | ||
error.rs | ||
FiraMono-subset.ttf | ||
font.rs | ||
font_atlas.rs | ||
font_atlas_set.rs | ||
font_loader.rs | ||
glyph.rs | ||
lib.rs | ||
pipeline.rs | ||
text.rs | ||
text2d.rs | ||
text_access.rs |