Skip to content

Commit

Permalink
fix grammar issue in javadoc (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 13, 2024
1 parent 89b2381 commit a808f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ public abstract int writeBinary(Base64Variant bv,
* If implementation does not implement this method,
* it needs to throw {@link UnsupportedOperationException}.
*
* @param encodedValue Textual (possibly format) number representation to write
* @param encodedValue Textual (possibly formatted) number representation to write
*
* @throws IOException if there is either an underlying I/O problem or encoding
* issue at format layer
Expand Down

0 comments on commit a808f5e

Please sign in to comment.