Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 29, 2010
1 parent f919216 commit c75e4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ is no '.' then it returns an empty string. Examples:
Test whether or not the given path exists. Then, call the `callback` argument with either true or false. Example:

path.exists('/etc/passwd', function (exists) {
sys.debug(exists ? 'it's there' : 'no passwd!');
sys.debug(exists ? "it's there" : "no passwd!");
});


Expand Down

0 comments on commit c75e4cb

Please sign in to comment.