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_atlas_set.rs | ||
| font_atlas.rs | ||
| font_loader.rs | ||
| font.rs | ||
| glyph.rs | ||
| lib.rs | ||
| pipeline.rs | ||
| text2d.rs | ||
| text_access.rs | ||
| text.rs | ||