Skip to content

Commit e215574

Browse files
committed
doc: fix line length and wording
1 parent 1c272f9 commit e215574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/util.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ will return its value, see [Custom promisified functions][].
554554
`promisify()` assumes that `original` is a function taking a callback as its
555555
final argument in all cases. If `original` is not a function, `promisify()`
556556
will throw an error. If `original` is a function but its last argument is not a
557-
Node.js style callback, it will be still be passed a Node.js style callback as its last
558-
argument.
557+
Node.js style callback, it will still be passed a Node.js style callback
558+
as its last argument.
559559

560560
### Custom promisified functions
561561

0 commit comments

Comments
 (0)