Skip to content

Commit d76cab0

Browse files
committed
docs
1 parent 3c3d092 commit d76cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/content/ByteStreamJVMTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class ByteStreamJVMTest {
243243

244244
val byteStream = bufferedIns.asByteStream(content.size.toLong())
245245

246-
// Test that it can be read at least twice (once for hashing the body, once for transmitting the body)
246+
// Test that it can be read at least twice (e.g. once for hashing the body, once for transmitting the body)
247247
assertContentEquals(content, byteStream.readFrom().use { it.readToByteArray() })
248248
assertContentEquals(content, byteStream.readFrom().use { it.readToByteArray() })
249249
}

0 commit comments

Comments
 (0)