Skip to content

Commit c88033f

Browse files
Kenji Kazumuralukasj
authored andcommitted
remove garbage character between output and source
Signed-off-by: Kenji Kazumura <kzr@fujitsu.com>
1 parent 731d15b commit c88033f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/javadoc/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1>The Object Model API</h1>
9292
<a href="jakarta.json/jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
9393
how to read and create an empty {@code JsonArray} model using the interface
9494
{@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
95+
source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
9696
the class {@link jakarta.json.JsonWriter}.
9797
<a href="jakarta.json/jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
9898
how to write an empty {@code JsonObject} model using the interface

0 commit comments

Comments
 (0)