[Tree Building Exercise & Class Inheritance Concept] Spelling Fixes#4009
[Tree Building Exercise & Class Inheritance Concept] Spelling Fixes#4009BethanyG merged 4 commits intoexercism:mainfrom MarkRosemaker:fix-spelling
Conversation
|
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
This comment was marked as resolved.
This comment was marked as resolved.
|
Hi @MarkRosemaker 👋🏽 Thanks for the PR. 😄 Per my note on the forum, please remove the changes to the |
This reverts commit 9a42041.
…xercism#4009) * Fix possessive 'its' spelling in documentation and tests * Corrected 'possibly' to 'possible * Revert "Corrected 'possibly' to 'possible" This reverts commit 9a42041. * revert: changes in reference/ folder [no important files changed]
This PR fixes spelling errors. Namely, possessive 'its' spelling in documentation and tests.
Unfortunately, one of the possessive 'its' was misspelled in a test, forcing every student to repeat that mistake in order to successfully submit the exercise.