Skip to content

Commit

Permalink
[DOCS] Fix AbstractDiffable typo (#59034) (#63669)
Browse files Browse the repository at this point in the history
Co-authored-by: Howard <danielhuang@tencent.com>
  • Loading branch information
jrodewig and howardhuanghua committed Oct 14, 2020
1 parent 65a32e7 commit 9db3c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/**
* Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or
* nothing is object remained the same.
* nothing if object remained the same.
*/
public abstract class AbstractDiffable<T extends Diffable<T>> implements Diffable<T> {

Expand Down

0 comments on commit 9db3c4b

Please sign in to comment.