Skip to content

Commit 3a9a5d8

Browse files
Lekogibfahn
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 0b45b42 commit 3a9a5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ supported encodings or an alias.
657657
* Returns: {string}
658658

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

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

0 commit comments

Comments
 (0)