This commit is contained in:
Christian Williams 2010-03-24 13:43:47 -07:00
parent 9a5b46fd99
commit d6353a3db2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jasmine.unimplementedMethod_ = function() {
};
/**
* Use <code>jasmine.undefined</code> instead of <code>undefined</code>, since <code>undefined</code is just
* Use <code>jasmine.undefined</code> instead of <code>undefined</code>, since <code>undefined</code> is just
* a plain old variable and may be redefined by somebody else.
*
* @private