mirror of
https://github.com/emilk/egui.git
synced 2026-07-18 12:38:58 +00:00
679f6f57b1
Since ui's initial sound is a "y", it should be "a ui", not "an ui". Replaced case-sensitively using regex `([aA])n ([uU][iI])` replacement `$1 $2` * [x] I have followed the instructions in the PR template