fix typos
This commit is contained in:
parent
f919216446
commit
c75e4cb48a
@ -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!");
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user