diff --git a/docs/BRIDGES.md b/docs/BRIDGES.md index a1e382b..22726f3 100644 --- a/docs/BRIDGES.md +++ b/docs/BRIDGES.md @@ -57,12 +57,9 @@ public class ExampleBridges { ## Supported Types | JS Type | Java Type | | --- | --- | -| Number | ```Double``` (object-form) | +| Number | ```Number``` (object-form) | | Boolean | ```Boolean``` (object-form) | | String | ```String``` | | Array | ```Object[]``` | | Object | ```null``` | -| ```JavaObject``` | ```Object``` | - -### ```JavaObject``` -A ```JavaObject``` is a normal JS object with an internal reference to a Java object, the Java object reference cannot be accessed directly from JS, but when it is passed back to Java using a bridge, it will become the referenced Java object. \ No newline at end of file +| ```JavaObject``` | ```Object``` | \ No newline at end of file