Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSobky authored Nov 8, 2017
1 parent fd2145d commit b719c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deanonymize.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function deanonymize(attackMethod, endpoint, idList, callback) {
}());
/**
* Create new DOM elements.
* @param tagName {string}, element's tag name.
* @param tagName {string}, elements' tag name.
* @return {array}, an array of DOM nodes.
*/
var createElements = function(tagName) {
Expand All @@ -45,7 +45,7 @@ function deanonymize(attackMethod, endpoint, idList, callback) {
};
/**
* Conduct tests in regard to a given function.
* @param testFn {function}, element's tag name.
* @param testFn {function}, a test function.
* @return void.
*/
var assess = function(testFn) {
Expand Down

0 comments on commit b719c2a

Please sign in to comment.