Skip to content

Commit 337d8b8

Browse files
gilles-duboscqd-kozak
authored andcommitted
Applied suggestion
1 parent d4b2530 commit 337d8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/impl/jvmci/external

espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/impl/jvmci/external/JVMCIInteropHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ static Object readObjectArrayElement(JVMCIInteropHelper receiver, @SuppressWarni
11481148
}
11491149
if (!(arguments[0] instanceof StaticObject staticObject && staticObject.isArray())) {
11501150
typeError.enter(node);
1151-
throw UnsupportedTypeException.create(arguments, "Expected an a as first argument");
1151+
throw UnsupportedTypeException.create(arguments, "Expected an array as first argument");
11521152
}
11531153
int index;
11541154
try {

0 commit comments

Comments
 (0)