diff --git a/release_notes/2.0.1.md b/release_notes/2.0.1.md index d234af59..fe71759f 100644 --- a/release_notes/2.0.1.md +++ b/release_notes/2.0.1.md @@ -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