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

Fix typo of in Split::Trial class variable #644

Conversation

TomasBarry
Copy link
Contributor

There is a class variable, alternative_choosen in the Split::Trial
class. This class variable has a typo. The correct spelling should be
alternative_chosen

This commit fixes the class variable typo and updates all usage of the
class variable. The class variable is only used within the class itself.

There is a class variable, `alternative_choosen` in the `Split::Trial`
class. This class variable has a typo. The correct spelling should be
[`alternative_chosen`](http://www.english-for-students.com/Chosen-vs-Choosen.html)

This commit fixes the class variable typo and updates all usage of the
class variable. The class variable is only used within the class itself.
@andrehjr
Copy link
Member

Thanks for fixing that!

@andrehjr andrehjr merged commit 00d76dc into splitrb:master Oct 21, 2020
@TomasBarry TomasBarry deleted the typo/correct-spelling-of-class-variable-in-trial branch October 21, 2020 16:17
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