Fixed typo in 2.0.1.md

This commit is contained in:
Davis W. Frank
2014-07-21 13:24:10 -07:00
parent 227698f5fa
commit 773b15e450

View File

@@ -49,7 +49,7 @@ to determine that there a spec is 'empty'
* [Add package.json to Python egg to get correct version number](http://www.pivotaltracker.com/story/67556148) - Fixes #551
* Allow users to set the maximum length of array that the pretty-printer
will print out - Fixes #323 @mikemoraned and #374 @futuraprime
* `matchersUtil.equals()`` does not expect a matcher as its first argument,
* `matchersUtil.equals()` does not expect a matcher as its first argument,
so send the "actual" value first and the "expected" value second. - Merges #538 from @cbandy
* Add single quote check to `jshint` and fix src files for that - Closes #522
* Remove an `eval` in order to support running jasmine within CSP - Closes #503