Skip to content

Commit 9db3c4b

Browse files
[DOCS] Fix AbstractDiffable typo (#59034) (#63669)
Co-authored-by: Howard <[email protected]>
1 parent 65a32e7 commit 9db3c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/AbstractDiffable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

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

0 commit comments

Comments
 (0)