Skip to content

Commit cadb333

Browse files
committed
Fix wording
1 parent a609190 commit cadb333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/stream/codec/SwiftMqCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public byte[] getBodyAsBinary() {
405405
try {
406406
AMQPType[] array = ((AMQPArray) value).getValue();
407407
if (array.length > 0) {
408-
// far-fetch
408+
// far-fetched
409409
if (array[0] instanceof AMQPByte) {
410410
byte[] result = new byte[array.length];
411411
for (int i = 0; i < array.length; i++) {

0 commit comments

Comments
 (0)