Skip to content

Commit a808f5e

Browse files
authored
fix grammar issue in javadoc (#1336)
1 parent 89b2381 commit a808f5e

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

+1-1
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)