Skip to content

Commit

Permalink
Fix documentation mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kahnvex committed Apr 27, 2015
1 parent 0dadcdf commit 12db37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
var previousQ = self.Q;
self.Q = definition();

// Add a noConflict object so Q can be removed from the
// Add a noConflict function so Q can be removed from the
// global namespace.
self.Q.noConflict = function () {
self.Q = previousQ;
Expand Down

0 comments on commit 12db37e

Please sign in to comment.