We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bd237 commit 902f1a1Copy full SHA for 902f1a1
1 file changed
src/main/java/software/amazon/awssdk/crt/s3/ResumeToken.java
@@ -216,11 +216,11 @@ public long getObjectRangeEnd() {
216
}
217
218
/**
219
- * Number of bytes downloaded contiguously from the start of the range, with no
+ * Number of bytes downloaded continuously from the start of the range, with no
220
* gaps. Everything before this offset (relative to the object range start) has
221
* been downloaded.
222
*
223
- * @return contiguously downloaded bytes
+ * @return continuously downloaded bytes
224
*/
225
public long getContinuesDownloadedBytes() {
226
validateDownloadToken("continues downloaded bytes");
0 commit comments