Skip to content

Commit d004079

Browse files
authored
Update README.md
1 parent 885ed60 commit d004079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ val ret: Int? = scope.await {
7575
}
7676
```
7777

78-
### JSConvertibles (Pass-by-value)
78+
### JSConvertibles (Pass-by-reference)
7979

80-
`JSConvertible` can be any of the following types. This is very similar to `Pass-by-value` that an object/array passed to/receive from the engine is in a form of `JSValue`, which represents the reference to the holder of the original object/array. You'd have to write a converter to convert it back to its original form
80+
`JSConvertible` can be any of the following types. This is very similar to `Pass-by-reference` that an object/array passed to/receive from the engine is in a form of `JSValue`, which represents the reference to the holder of the original object/array. You'd have to write a converter to convert it back to its original form
8181

8282
* JSArray
8383
* JSObject

0 commit comments

Comments
 (0)