From 243e7e1baabdc2024aaf83da88b3c1229e364065 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Thu, 28 Jan 2021 06:35:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6180f2..8cbfbb8 100644 --- a/README.md +++ b/README.md @@ -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