aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/formatters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatters.js b/src/formatters.js
index 5e49ccf4..e96e3634 100644
--- a/src/formatters.js
+++ b/src/formatters.js
@@ -198,7 +198,7 @@ angularFormatter.trim = formatter(
* </div>
*
* @scenario
- * it('should format trim', function(){
+ * it('should retrieve object by index', function(){
* expect(binding('currentUser.password')).toEqual('guest');
* select('currentUser').option('2');
* expect(binding('currentUser.password')).toEqual('abc');