Skip to content

Commit

Permalink
[MINOR] fix typo (#10634)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxliyou001 authored Feb 8, 2024
1 parent 659a6fd commit 61b5979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public void write(DataOutput out) throws IOException {
* <p>For efficiency, implementations should attempt to re-use storage in the
* existing object where possible.</p>
*
* @param in <code>DataInput</code> to deseriablize this object from.
* @param in <code>DataInput</code> to deserialize this object from.
* @throws IOException
*/
public void readFields(DataInput in) throws IOException {
Expand Down

0 comments on commit 61b5979

Please sign in to comment.