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

Fixing small `an` to `a` typo in Maybe.elm #309

Merged
merged 1 commit into from Aug 2, 2015

Conversation

Projects
None yet
3 participants
@machuga
Contributor

machuga commented Jul 26, 2015

Transform an `Maybe` value with a given function:

looks like it was intended to be

Transform a `Maybe` value with a given function:

in the comments so just giving it a quick adjustment.

Fixing small `an` to `a` typo in Maybe.elm
```markdown
Transform an `Maybe` value with a given function:
```

looks like it was intended to be

```markdown
Transform a `Maybe` value with a given function:
```

in the comments so just giving it a quick adjustment.
@ajhager

This comment has been minimized.

Show comment
Hide comment
@ajhager

ajhager Aug 1, 2015

Contributor

👍 LGTM

Contributor

ajhager commented Aug 1, 2015

👍 LGTM

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Aug 2, 2015

Member

Nice catch, thank you @machuga!

Member

evancz commented Aug 2, 2015

Nice catch, thank you @machuga!

evancz pushed a commit that referenced this pull request Aug 2, 2015

Merge pull request #309 from machuga/patch-1
Fixing small `an` to `a` typo in Maybe.elm

@evancz evancz merged commit ce03e25 into elm:master Aug 2, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment