diff --git a/src/lang/hash.js b/src/lang/hash.js index 753f882..6844692 100644 --- a/src/lang/hash.js +++ b/src/lang/hash.js @@ -172,7 +172,7 @@ var Hash = Class.create(Enumerable, (function() { /** related to: Object.inspect * Hash#inspect() -> String * - * Returns the debug-oriented string representation of the hash. + * Returns the debug-oriented string representation of the Hash. **/ function inspect() { return '# Hash * - * Returns a clone of hash. + * Returns a clone of this Hash. **/ function clone() { return new Hash(this);