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

Spell color consistently as color #748

Merged

Conversation

waywardmonkeys
Copy link
Contributor

No description provided.

@waywardmonkeys
Copy link
Contributor Author

Noticed this due to working on #742. Separated it out rather than folding it into that.

Considered putting a thing in .typos.toml to catch future instances, but opted not to for now.

@@ -60,7 +60,7 @@ pub use snapshot::{
pub struct TestParams {
pub width: u32,
pub height: u32,
pub base_colour: Option<Color>,
pub base_color: Option<Color>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we could go the other way and introduce more diverse spellings of the word color, instead of stamping them out.

Suggested change
pub base_color: Option<Color>,
/// La couleur d'arrière-plan, le cas échéant.
pub base_colour: Option<Color>,

@waywardmonkeys waywardmonkeys added this pull request to the merge queue Nov 28, 2024
Merged via the queue into linebender:main with commit 7592355 Nov 28, 2024
17 checks passed
@waywardmonkeys waywardmonkeys deleted the be-consistent-in-spelling-color branch November 28, 2024 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants