Skip to content

Commit ebdffd1

Browse files
committed
Merge pull request #35 from innovimax/patch-2
typos an/a
2 parents e9a31bb + eba44a9 commit ebdffd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For example:
190190

191191
Maybe[A].bind(fn: A -> Maybe[B]): Maybe[B]
192192

193-
`bind` takes a function that takes a value and returns an `Maybe`. The value to the function will be supplied from the `Maybe` you are binding on.
193+
`bind` takes a function that takes a value and returns a `Maybe`. The value to the function will be supplied from the `Maybe` you are binding on.
194194

195195

196196
For example:
@@ -427,7 +427,7 @@ For example:
427427

428428
Validation[E,A].bind(fn:A -> Validation[E,B]) : Validation[E,B]
429429

430-
`bind` takes a function that takes a value and returns an `Validation`. The value to the function will be supplied from the `Validation` you are binding on.
430+
`bind` takes a function that takes a value and returns a `Validation`. The value to the function will be supplied from the `Validation` you are binding on.
431431

432432
For example:
433433

@@ -508,7 +508,7 @@ For example:
508508

509509
Validation[E,A].toEither(): Either[E,A]
510510

511-
Converts an `Validation` to a `Either`
511+
Converts a `Validation` to an `Either`
512512

513513
####toMaybe
514514

0 commit comments

Comments
 (0)