From 803a2fb2baec073f50dde1d30e976ac1a8e8c6d7 Mon Sep 17 00:00:00 2001 From: labday Date: Fri, 28 May 2010 05:02:08 +0800 Subject: [PATCH] Fixing documentation error. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 04ef80a..a7a75cc 100644 --- a/README.markdown +++ b/README.markdown @@ -95,7 +95,7 @@ Jasmine has several built-in matchers. Here are a few: > >`expect(x).toBeDefined();` passes if `x` is not `undefined` > ->`expect(x).toBeNull();` passes if `x` is not `null` +>`expect(x).toBeNull();` passes if `x` is `null` > >`expect(x).toBeTruthy();` passes if `x` evaluates to true >