max / audiofiles
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+3 insertions,
-2 deletions
| @@ -13,8 +13,9 @@ | |||
| 13 | 13 | //! functional column-header affordance, no word equivalent fits the layout. | |
| 14 | 14 | //! * Typography (em-dash `U+2014`, right-arrow `U+2192`, middle-dot `U+00B7`, | |
| 15 | 15 | //! bullet `U+2022`, ellipsis `U+2026`) in prose, these are punctuation, not emoji. | |
| 16 | - | //! * Close chrome (`U+2715`) on modal headers and on the classifier's | |
| 17 | - | //! remove-condition buttons, where the control is a square too small for a word. | |
| 16 | + | //! * Close glyph (`U+2715`) on the classifier's remove-condition buttons, where | |
| 17 | + | //! the control is a square too small for a word. (The `(x)` on a modal header | |
| 18 | + | //! is egui's own window chrome, not a string this crate writes.) | |
| 18 | 19 | //! * Comparison operators (`U+2264`, `U+2265`) in `classifier.rs`, rendering the | |
| 19 | 20 | //! condition a rule actually holds. `<=` would read as two glyphs, not one operator. | |
| 20 | 21 | //! |