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 some typo's, improve grammar and wording #16

Merged
merged 1 commit into from Dec 6, 2018
Merged

Fix some typo's, improve grammar and wording #16

merged 1 commit into from Dec 6, 2018

Conversation

jeroen-meijer
Copy link
Contributor

Just some minor grammar and wording improvements.
Hope you don't mind 😊

@codecov
Copy link

codecov bot commented Dec 6, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@cc04499). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #16   +/-   ##
=========================================
  Coverage          ?   56.66%           
=========================================
  Files             ?       24           
  Lines             ?     1170           
  Branches          ?        0           
=========================================
  Hits              ?      663           
  Misses            ?      507           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc04499...1091acb. Read the comment docs.

pokemon[1] = "Dito";
print(pokemon); // {1=Dito, 2=Ivysaur}
pokemon[1] = "Ditto";
print(pokemon); // {1=Ditto, 2=Ivysaur}
Copy link
Owner

Choose a reason for hiding this comment

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

oh, I have to change that in all the tests as well :D

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@passsy
Copy link
Owner

passsy commented Dec 6, 2018

Thanks!

@passsy passsy merged commit df7b93c into passsy:master Dec 6, 2018
@jeroen-meijer
Copy link
Contributor Author

No problem.

@jeroen-meijer jeroen-meijer deleted the patch-1 branch December 6, 2018 10:31
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.

None yet

2 participants