From 773b15e450c7654b673b66ba2def1d16264ccaa2 Mon Sep 17 00:00:00 2001 From: "Davis W. Frank" Date: Mon, 21 Jul 2014 13:24:10 -0700 Subject: [PATCH] Fixed typo in 2.0.1.md --- release_notes/2.0.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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