Correction d'une faute.

This commit is contained in:
Christian Williams 2010-03-03 23:51:11 -05:00
parent 581d948c93
commit 22e9434a50
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Jasmine has several built-in matchers. Here are a few:
Every matcher's criteria can be inverted by prepending `.not`:
>`expect(x).not.toEqual(y);` compares objets or primitives `x` and `y` and passes if they are *not* equivalent
>`expect(x).not.toEqual(y);` compares objects or primitives `x` and `y` and passes if they are *not* equivalent
#### Writing New Matchers