Skip to content

Commit

Permalink
Minor Docs Fix
Browse files Browse the repository at this point in the history
Request returns undefined if there is no reply registered, not if there is no request.
  • Loading branch information
benmccormick committed Jan 24, 2015
1 parent fa885ca commit 8303199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Returns the instance of Commands.
#### `request( requestName [, args...] )`

Make a request for `requestName`. Optionally pass arguments to send along to the callback. Returns the reply, if one
exists. If there is no request then `undefined` will be returned.
exists. If there is no reply registered then `undefined` will be returned.

You can make multiple requests at once by using the space-separated syntax.

Expand Down

0 comments on commit 8303199

Please sign in to comment.