Skip to content

Commit

Permalink
Fix up the wording to only reference ^objects
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Dec 21, 2022
1 parent 89f2a24 commit 0cb9616
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/reference/java_interop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,8 @@ For example, byte arrays (byte-array []) have a type of "[B".
* chars - A character array
* objects - An object array

For example, to mark a var with a particular type alias, one can do `^long
age` or `^objects messages`. This would be equivalent of saying that `age` is
of type `long` and `messages` is of type `Object[]`.
For example, given `^objects messages`, this would equivalent of saying that
`messages` is of type `Object[]`.

[[primitives]]
== Support for Java Primitives
Expand Down

0 comments on commit 0cb9616

Please sign in to comment.