Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc562c commit 670e4b5Copy full SHA for 670e4b5
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