Skip to content

Commit 5d977f1

Browse files
committed
fixed a couple typos for grammar sticklers
1 parent 82e638c commit 5d977f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ __Production:__ [async.min.js](https://github.com/caolan/async/raw/master/dist/a
5555

5656
## In the Browser
5757

58-
So far its been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. Usage:
58+
So far it's been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. Usage:
5959

6060
```html
6161
<script type="text/javascript" src="async.js"></script>
@@ -339,7 +339,7 @@ function only operates in series. For performance reasons, it may make sense to
339339
split a call to this function into a parallel map, then use the normal
340340
Array.prototype.reduce on the results. This function is for situations where
341341
each step in the reduction needs to be async, if you can get the data before
342-
reducing it then its probably a good idea to do so.
342+
reducing it then it's probably a good idea to do so.
343343

344344
__Arguments__
345345

@@ -1110,7 +1110,7 @@ new tasks much easier and makes the code more readable.
11101110
### iterator(tasks)
11111111

11121112
Creates an iterator function which calls the next function in the array,
1113-
returning a continuation to call the next one after that. Its also possible to
1113+
returning a continuation to call the next one after that. It's also possible to
11141114
'peek' the next iterator by doing iterator.next().
11151115

11161116
This function is used internally by the async module but can be useful when

0 commit comments

Comments
 (0)