Skip to content

Commit e98da3d

Browse files
Lekoaddaleax
authored andcommitted
doc: fix typo occuring -> occurring
PR-URL: #17350 Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 6fc8765 commit e98da3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ supported encodings or an alias.
692692
* Returns: {string}
693693

694694
Decodes the `input` and returns a string. If `options.stream` is `true`, any
695-
incomplete byte sequences occuring at the end of the `input` are buffered
695+
incomplete byte sequences occurring at the end of the `input` are buffered
696696
internally and emitted after the next call to `textDecoder.decode()`.
697697

698698
If `textDecoder.fatal` is `true`, decoding errors that occur will result in a

0 commit comments

Comments
 (0)