Skip to content

Commit 37e9926

Browse files
committed
fix grammar issue in javadoc
1 parent 89b2381 commit 37e9926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/core/JsonGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ public abstract int writeBinary(Base64Variant bv,
17741774
* If implementation does not implement this method,
17751775
* it needs to throw {@link UnsupportedOperationException}.
17761776
*
1777-
* @param encodedValue Textual (possibly format) number representation to write
1777+
* @param encodedValue Textual (possibly formatted) number representation to write
17781778
*
17791779
* @throws IOException if there is either an underlying I/O problem or encoding
17801780
* issue at format layer

0 commit comments

Comments
 (0)