docs: fix typo in the documented fchown signature

v0.7.4-release
Jacob H.C. Kragh 2011-11-04 19:11:50 +01:00 committed by Ben Noordhuis
parent 5213c39038
commit 44a5452a4f
1 changed files with 2 additions and 2 deletions

View File

@ -85,12 +85,12 @@ to the completion callback.
Synchronous chown(2).
### fs.fchown(path, uid, gid, [callback])
### fs.fchown(fd, uid, gid, [callback])
Asynchronous fchown(2). No arguments other than a possible exception are given
to the completion callback.
### fs.fchownSync(path, uid, gid)
### fs.fchownSync(fd, uid, gid)
Synchronous fchown(2).