diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index 71685f8ff3acb5..fe78082cfe57c3 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -29,7 +29,7 @@ Here is the synchronous version: var fs = require('fs'); - fs.unlinkSync('/tmp/hello') + fs.unlinkSync('/tmp/hello'); console.log('successfully deleted /tmp/hello'); With the asynchronous methods there is no guaranteed ordering. So the