Skip to content

Commit 2c1dbd2

Browse files
committed
wording
1 parent 2f844cb commit 2c1dbd2

File tree

1 file changed

+1
-1
lines changed
  • runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/internal

1 file changed

+1
-1
lines changed

runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/internal/AwsChunkedReader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ internal class AwsChunkedReader(
6060
/**
6161
* Tracks the number of bytes used for chunk metadata.
6262
* This includes chunk headers, terminators (CRLF), and trailers.
63-
* Used to calculate the actual payload bytes transferred by subtracting metadata bytes from the total bytes read.
63+
* Used to calculate the content bytes transferred by subtracting metadata bytes from the total bytes read.
6464
*/
6565
internal var chunkMetadataBytes: Long = 0L
6666

0 commit comments

Comments
 (0)