diff --git a/lib/token.js b/lib/token.js index 90daad5..2458277 100644 --- a/lib/token.js +++ b/lib/token.js @@ -149,7 +149,7 @@ Token.prototype.attrPush = function attrPush(attrData) { /** * Token.attrReplace(name, value) * - * Replace all attributes with name `name` with one with the value `attrData` + * Replace all attributes with name `name` with one with the value `value` **/ Token.prototype.attrReplace = function attrReplace(name, value) { var found;