We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744c734 commit 0f42727Copy full SHA for 0f42727
src/README.md
@@ -795,7 +795,7 @@ heap if it is larger. This can be useful for performantly allocating temporary
795
data if it is typically expected to be small (e.g. file paths).
796
797
The `Utf8Value`, `TwoByteValue` (i.e. UTF-16 value) and `BufferValue`
798
-(`Utf8Value` but copy data from a `Buffer` is that is passed) helpers
+(`Utf8Value` but copy data from a `Buffer` if one is passed) helpers
799
inherit from this class and allow accessing the characters in a JavaScript
800
string this way.
801
0 commit comments