Skip to content

Commit 8c0a021

Browse files
committed
Fix typo
1 parent 45c784c commit 8c0a021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/truffleruby/language/loader/ByteBasedCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import org.truffleruby.core.encoding.RubyEncoding;
1515
import org.truffleruby.core.string.TStringWithEncoding;
1616

17-
/** YARP gives use byte offsets but Truffle wants a CharSequence, this tries to integrate both as much as possible.
17+
/** YARP gives us byte offsets but Truffle wants a CharSequence, this tries to integrate both as much as possible.
1818
* Using a java.lang.String instead would mean computing char offsets, which is prohibitively expensive. */
1919
public final class ByteBasedCharSequence implements CharSequence {
2020

0 commit comments

Comments
 (0)