Skip to content

Commit 0f42727

Browse files
committed
doc: address nits for src/README.md
Refs: #30552 (review) PR-URL: #30693 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 744c734 commit 0f42727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ heap if it is larger. This can be useful for performantly allocating temporary
795795
data if it is typically expected to be small (e.g. file paths).
796796

797797
The `Utf8Value`, `TwoByteValue` (i.e. UTF-16 value) and `BufferValue`
798-
(`Utf8Value` but copy data from a `Buffer` is that is passed) helpers
798+
(`Utf8Value` but copy data from a `Buffer` if one is passed) helpers
799799
inherit from this class and allow accessing the characters in a JavaScript
800800
string this way.
801801

0 commit comments

Comments
 (0)