Fix typo in test name

This commit is contained in:
Colin Ross 2012-05-12 06:34:12 +01:00
parent fdcd99dfef
commit fa899ab810
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ test "soaked property access caches method calls", ->
eq nonce , obj.fn()?.a
eq undefined, obj.fn()?.b
test "soaked property access chaching", ->
test "soaked property access caching", ->
nonce = {}
counter = 0
fn = ->