Skip to content

Commit 1f99677

Browse files
steve-sSowasvonbot
authored andcommitted
clarify the method mapping
1 parent 78c2eac commit 1f99677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/Interoperability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class Main {
322322
The `register_interop_type` API allows the usage of python classes for foreign objects.
323323
The type of such a foreign object will no longer be `foreign`.
324324
Instead, it will be a generated class with the registered python classes and `foreign` and as super classes.
325-
This allows mapping foreign methods and attributes to Python's magic method or more idiomatic Python code.
325+
This allows custom mapping of foreign methods and attributes to Python's magic methods or more idiomatic Python code.
326326
327327
```java
328328
package org.example;

0 commit comments

Comments
 (0)