X Tutup
Skip to content

Fix typos#2687

Open
szepeviktor wants to merge 3 commits intophpactor:masterfrom
szepeviktor:typos
Open

Fix typos#2687
szepeviktor wants to merge 3 commits intophpactor:masterfrom
szepeviktor:typos

Conversation

@szepeviktor
Copy link

@szepeviktor szepeviktor commented Jun 30, 2024

Found few misspellings.

https://github.com/crate-ci/typos

⚠️ remaining typos with thousands of occurrences

  • completor
  • visiblity
  • ancestoral
  • criterias
  • missings


/**
* @extends NeedGeneic<int>
* @extends NeedGeneric<int>
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this class also exist? Can't find that in the list of changed files.

Copy link
Author

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

On the next line it says class Foobar extends NeedGeneric

Copy link
Author

Choose a reason for hiding this comment

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

I see!!!
MissingExtendsTag so it must not match the extended class.

Copy link
Author

Choose a reason for hiding this comment

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

Thank you @mamazu!

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

X Tutup