Skip to content

Commit

Permalink
Merge pull request request#719 from oztu/master
Browse files Browse the repository at this point in the history
Made a comment gender neutral.
  • Loading branch information
mikeal committed Dec 1, 2013
2 parents af3b196 + 5cdfcc9 commit 5fe2bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions request.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ Request.prototype.init = function (options) {
var message = 'Invalid URI "' + faultyUri + '"'
if (Object.keys(options).length === 0) {
// No option ? This can be the sign of a redirect
// As this is a case where the user cannot do anything (he didn't call request directly with this URL)
// he should be warned that it can be caused by a redirection (can save some hair)
// As this is a case where the user cannot do anything (they didn't call request directly with this URL)
// they should be warned that it can be caused by a redirection (can save some hair)
message += '. This can be caused by a crappy redirection.'
}
self.emit('error', new Error(message))
Expand Down

0 comments on commit 5fe2bef

Please sign in to comment.