Skip to content

Commit 29c792a

Browse files
Gregor-Gottschewskilukasj
authored andcommitted
Fix typo in Java Doc
1 parent d9a8de1 commit 29c792a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/jakarta/json/Json.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public static JsonArrayBuilder createArrayBuilder(JsonArray array) {
255255

256256
/**
257257
* Creates a JSON array builder, initialized with the content of specified {@code collection}.
258-
* If the @{code collection} contains {@link Optional}s then resulting JSON array builder
258+
* If the {@code collection} contains {@link Optional}s then resulting JSON array builder
259259
* contains the value from the {@code collection} only if the {@link Optional} is not empty.
260260
*
261261
* @param collection the initial data for the builder

0 commit comments

Comments
 (0)