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

Various typo fixes #69

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

DiegoAlpizar
Copy link

@DiegoAlpizar DiegoAlpizar commented Apr 21, 2019

  • Replaces 'M' to '_' as a placeholder in partial
  • Important alias fix: reject -> discard
  • Add one ) in tap example to properly close ...:tap(function(v) print('Max is', M.max(v) end)
  • Corrects final result in tap example: now ...:value() --=> Max is 81 instead of ...:value() --=> Max is 89
  • Corrects "whilelisted" -> "whitelisted"
  • Fix typos in curry example
  • bind2 example now calls bind2 instead of bind

Replaces `'M'` to `'_'` as a placeholder in `partial`
@coveralls
Copy link

coveralls commented Apr 21, 2019

Pull Request Test Coverage Report for Build 215

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 28.105%

Totals Coverage Status
Change from base Build 212: 0.0%
Covered Lines: 301
Relevant Lines: 1071

💛 - Coveralls

- Remove trailing ')' in sumOf3args(1)(2)(3)) call
- Corrects curried call:  replace "sumOf3args(1)(2)(3)" to "curried_sumOf3args(1)(2)(3)"
@tst2005
Copy link
Contributor

tst2005 commented May 27, 2019

nice catchs!

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

3 participants