Revise copy

This commit is contained in:
Andrew Morris
2023-03-29 17:02:59 +11:00
parent d9b33d9bc1
commit c1512ffdb3

View File

@@ -42,5 +42,5 @@ export default function () {
// Also, `.charCodeAt` is about fixed units and not characters, so we don't
// support it. Use `.codePointAt` instead (probably a good habit for JS too).
//
// In future, we might add JS-style strings using js`use utf-16 here` if you
// need them.
// If you need JS-style strings, let us know - we might add js`uses utf-16` to
// support this.