Skip to content

Commit 3a9a5d8

Browse files
Lekogibfahn
authored andcommitted
doc: fix typo occuring -> occurring
PR-URL: #17350 Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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

Lines changed: 1 addition & 1 deletion
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)