Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "an ui" with "a ui" #5185

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Replace "an ui" with "a ui" #5185

merged 1 commit into from
Sep 30, 2024

Conversation

MeGaGiGaGon
Copy link
Contributor

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

  • I have followed the instructions in the PR template

Copy link

Preview available at https://egui-pr-preview.github.io/pr/5185-patch-2
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@emilk emilk added docs and examples Improving and adding documentation and examples typo PRs related to typos exclude from changelog labels Sep 30, 2024
@emilk emilk merged commit 679f6f5 into emilk:master Sep 30, 2024
25 of 26 checks passed
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
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
@MeGaGiGaGon MeGaGiGaGon deleted the patch-2 branch November 10, 2024 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs and examples Improving and adding documentation and examples exclude from changelog typo PRs related to typos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants