Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mads-hartmann committed May 12, 2011
1 parent ff7a193 commit e804fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MultiMap.coffee
Expand Up @@ -49,7 +49,7 @@ mugs.Multimap.prototype.insert = (key, value) ->
this.buildFromTree(new_tree)

###
Returns a List of all values associated with a key.
Returns a collection of all values associated with a key.
@param key key to search for in multimap
@return A mugs.List of all the values associated with the given key.
Expand Down
2 changes: 1 addition & 1 deletion test/Multimap.js
Expand Up @@ -48,7 +48,7 @@ $(document).ready(function(){

};

generic_multimap_test("Multimap (List)", mugs.Multimap, mugs.List);
generic_multimap_test("Multimap (List)", mugs.Multimap, mugs.List);
generic_multimap_test("Multimap (TreeSet)", mugs.Multimap, mugs.TreeSet);
generic_multimap_test("Multimap (LLRBSet)", mugs.Multimap, mugs.LLRBSet);

Expand Down

0 comments on commit e804fad

Please sign in to comment.