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

Commits on Apr 21, 2019

  1. Fix minor typo

    Replaces `'M'` to `'_'` as a placeholder in `partial`
    DiegoAlpizar committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    2622e27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2af172 View commit details
    Browse the repository at this point in the history
  3. Fix minor typos

    DiegoAlpizar committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    72f2c62 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Fix typos in curry example

    - Remove trailing ')' in sumOf3args(1)(2)(3)) call
    - Corrects curried call:  replace "sumOf3args(1)(2)(3)" to "curried_sumOf3args(1)(2)(3)"
    DiegoAlpizar authored May 25, 2019
    Configuration menu
    Copy the full SHA
    d58f785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2142f3c View commit details
    Browse the repository at this point in the history