We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f92e0 commit 08def01Copy full SHA for 08def01
jetcd-core/src/main/java/io/etcd/jetcd/kv/GetResponse.java
@@ -58,7 +58,7 @@ public boolean isMore() {
58
}
59
60
/**
61
- * Returns the number of keys within the range when requested.
+ * Returns the number of keys within the range requested.
62
* Note this value is never affected by filtering options (limit, min or max created or modified revisions)
63
* Count is the count for keys on the range part of a request.
64
* Filters for limit and created or modified revision ranges restrict the
0 commit comments