Fixing documentation error.

This commit is contained in:
labday 2010-05-28 05:02:08 +08:00 committed by Christian Williams
parent bb1928a75c
commit 803a2fb2ba
1 changed files with 1 additions and 1 deletions

View File

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