We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2b204 commit 30dca66Copy full SHA for 30dca66
doc/api/fs.markdown
@@ -29,7 +29,7 @@ Here is the synchronous version:
29
30
var fs = require('fs');
31
32
- fs.unlinkSync('/tmp/hello')
+ fs.unlinkSync('/tmp/hello');
33
console.log('successfully deleted /tmp/hello');
34
35
With the asynchronous methods there is no guaranteed ordering. So the
0 commit comments