Fix typo in test name

This commit is contained in:
Colin Ross
2012-05-12 06:34:12 +01:00
parent fdcd99dfef
commit fa899ab810

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 = ->