Moses icon indicating copy to clipboard operation
Moses copied to clipboard

Various typo fixes

Open DiegoAlpizar opened this issue 6 years ago • 2 comments

  • 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

DiegoAlpizar avatar Apr 21 '19 16:04 DiegoAlpizar

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

coveralls avatar Apr 21 '19 16:04 coveralls

nice catchs!

tst2005 avatar May 27 '19 08:05 tst2005