Commit 7a5522fe authored by analog-nico's avatar analog-nico
Browse files

fix: typo

parent ee171f98
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);
};