Commit 584e53ec authored by analog-nico's avatar analog-nico
Browse files

fix: typo

parent 2854e046
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ request.Request.prototype.promise = function RP$promise() {
};


/* istanbul ignore next */ // Function covered but not seen by Instanbul.
/* istanbul ignore next */ // Function covered but not seen by Istanbul.
request.bindCLS = function RP$bindCLS(ns) {
    require('cls-bluebird')(ns);
};