Skip to content

Commit 2df4f8d

Browse files
committed
fix wrong order of Java and Truffle
1 parent b4cedb5 commit 2df4f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference-manual/java-on-truffle/Interoperability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The `java.math.Bigdecimal` part of the option declares the fully qualified meta
239239

240240
If there are no dedicated `java.PolyglotTypeConverters` for a host object flowing into an embedded Java on Truffle context, automatic interface type mapping kicks in. `java.PolyglotInterfaceMappings` enables seamless interface type sharing between the host and the embedded context.
241241

242-
The following example shows how this option can be used to allow passing common JDK collection types by interface to an embedded Truffle on Java context:
242+
The following example shows how this option can be used to allow passing common JDK collection types by interface to an embedded Java on Truffle context:
243243

244244
```java
245245
// host java

0 commit comments

Comments
 (0)