Skip to content

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

Merged
andrehjr merged 1 commit into
splitrb:masterfrom
TomasBarry:typo/correct-spelling-of-class-variable-in-trial
Oct 21, 2020
Merged

Fix typo of in Split::Trial class variable#644
andrehjr merged 1 commit into
splitrb:masterfrom
TomasBarry:typo/correct-spelling-of-class-variable-in-trial

Conversation

@TomasBarry

Copy link
Copy Markdown
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
Copy Markdown
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

2 participants