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 45c784c commit 8c0a021Copy full SHA for 8c0a021
src/main/java/org/truffleruby/language/loader/ByteBasedCharSequence.java
@@ -14,7 +14,7 @@
14
import org.truffleruby.core.encoding.RubyEncoding;
15
import org.truffleruby.core.string.TStringWithEncoding;
16
17
-/** YARP gives use byte offsets but Truffle wants a CharSequence, this tries to integrate both as much as possible.
+/** YARP gives us byte offsets but Truffle wants a CharSequence, this tries to integrate both as much as possible.
18
* Using a java.lang.String instead would mean computing char offsets, which is prohibitively expensive. */
19
public final class ByteBasedCharSequence implements CharSequence {
20
0 commit comments