Skip to content

Commit

Permalink
Merge pull request #4 from makc/master
Browse files Browse the repository at this point in the history
swc + asdoc fixes
  • Loading branch information
Tom Hensel committed Aug 1, 2012
2 parents 8ebcf70 + fc3df41 commit bd7ac68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified build/HashMap.swc
Binary file not shown.
4 changes: 2 additions & 2 deletions src/com/ericfeminella/collections/HashMap.as
Expand Up @@ -29,7 +29,7 @@ package com.ericfeminella.collections


/** /**
* *
* <code>HashMap<code> provides a standardized API for working * <code>HashMap</code> provides a standardized API for working
* with <code>key</code> / <code>value</code> pairs. * with <code>key</code> / <code>value</code> pairs.
* *
* @example The following example demonstrates a typical client * @example The following example demonstrates a typical client
Expand Down Expand Up @@ -367,7 +367,7 @@ package com.ericfeminella.collections
* *
* </listing> * </listing>
* *
* @return <code>Array<code> of <code>key</code> identifiers. * @return <code>Array</code> of <code>key</code> identifiers.
* *
*/ */
public function getKeys() : Array public function getKeys() : Array
Expand Down
2 changes: 1 addition & 1 deletion src/com/ericfeminella/collections/IMap.as
Expand Up @@ -139,7 +139,7 @@ package com.ericfeminella.collections
* *
* Returns each <code>key</code> defined within the map. * Returns each <code>key</code> defined within the map.
* *
* @return <code>Array<code> of <code>key</code> identifiers. * @return <code>Array</code> of <code>key</code> identifiers.
* *
*/ */
function getKeys() : Array; function getKeys() : Array;
Expand Down

0 comments on commit bd7ac68

Please sign in to comment.