Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2e472c

Browse files
committedSep 18, 2011
Typo in example.
1 parent 26c92f2 commit a2e472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/example.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ eq read('TEST'), 'Hola world!'
88
eq ('TEST' in ls('.')), true
99
rm 'TEST'
1010
eq ('TEST' in ls('.')), false
11-
eq exists('TESTS'), false
11+
eq exists('TEST'), false
1212

1313
get 'http://google.com', (err, res, body) ->
1414
ok body.substr('google') isnt -1

0 commit comments

Comments
 (0)
Please sign in to comment.