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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||