Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit c12a1dc

Browse files
rvaggisaacs
authored andcommitted
path.exists*() as 2nd level head not 3rd
1 parent 3733a85 commit c12a1dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/path.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ an empty string. Examples:
142142
// returns
143143
''
144144

145-
### path.exists(p, [callback])
145+
## path.exists(p, [callback])
146146

147147
Test whether or not the given path exists by checking with the file system.
148148
Then call the `callback` argument with either true or false. Example:
@@ -152,6 +152,6 @@ Then call the `callback` argument with either true or false. Example:
152152
});
153153

154154

155-
### path.existsSync(p)
155+
## path.existsSync(p)
156156

157157
Synchronous version of `path.exists`.

0 commit comments

Comments
 (0)