Skip to content

Commit 1f0c1d0

Browse files
committed
Fix sentense
1 parent 0d3176f commit 1f0c1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ echo $result;
228228
- You may want to call a methods in PHP that contain long type in Java.
229229
In its case, you can call a method as follows:
230230

231-
#### ex. ) Wrap with `\PHPJava\Kernel\Types\_Long`. We recommend this.
231+
#### ex. ) [Recommended] Wrap with `\PHPJava\Kernel\Types\_Long`.
232232
##### In Java
233233
```java
234234
class Test

0 commit comments

Comments
 (0)