We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731d15b commit c88033fCopy full SHA for c88033f
api/src/main/javadoc/overview.html
@@ -92,7 +92,7 @@ <h1>The Object Model API</h1>
92
<a href="jakarta.json/jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
93
how to read and create an empty {@code JsonArray} model using the interface
94
{@code JsonReader}. Similarly, these object models can be written to an output
95
-source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
+source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
96
the class {@link jakarta.json.JsonWriter}.
97
<a href="jakarta.json/jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
98
how to write an empty {@code JsonObject} model using the interface
0 commit comments