mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
2e5a9fc307
Tweak `is_ascii_punctuation()` docs wording These methods return `true` for characters with Unicode general category of punctuation (P), but also for those with general category of symbol (S). @rustbot label A-docs