Update README.md

This commit is contained in:
Gabriel Tofvesson 2021-01-28 06:35:52 +01:00
parent 5540080c2c
commit 243e7e1baa

View File

@ -116,7 +116,7 @@ Types follow the JNI type naming standard:
| Object | L`type`; |
For objects, the type is specified as the full path of the type, where all `.` are replaced with `/`. So, for example,
a Java string would be written as `Ljava/lang/String;`. Generics are ignored when describing a class type.
a Java string would be written as `Ljava/lang/String;`. Generics are ignored when describing an objects type.
Finally, this means that, for example, the method
```java