From 22e9434a505df44fbaf95e19cae9bd14c94bda65 Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Wed, 3 Mar 2010 23:51:11 -0500 Subject: [PATCH] Correction d'une faute. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index f0a1ab1..5a9c4fe 100644 --- a/README.markdown +++ b/README.markdown @@ -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