Skip to content

Commit

Permalink
Add more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Tischer Vallim committed Jun 26, 2017
1 parent 6efa7b9 commit efcc4ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/hashset.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ HashSet.prototype = Object.create(BaseCollection.prototype, {
configurable : false,
writable : false
},

/**
* The forEach() method calls a provided function once for each element in an collection.
* The forEach() method calls a provided function once for each element in an
* collection.
*
* @method
* @memberof HashSet.prototype
* @return {HashSetIterator}
*/
forEach : {
value : function (callback) {
Expand Down

0 comments on commit efcc4ac

Please sign in to comment.