Skip to content

Commit

Permalink
function comments fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sagitsofan committed Oct 12, 2018
1 parent 2b87293 commit 8b3c24b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/internal/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ function errnoException(err, syscall, original) {
}

/**
* deprecated, new function is `uvExceptionWithHostPort`
* new function added the error description directly
* from C++. leaved here for backwards compatibility
* Deprecated, new function is `uvExceptionWithHostPort`
* The new function added the error description directly
* from C++. left here for backwards compatibility
* @param {number} err - A libuv error number
* @param {string} syscall
* @param {string} address
Expand Down

0 comments on commit 8b3c24b

Please sign in to comment.