Skip to content

Commit e15fe17

Browse files
committed
Fix type specification
1 parent 1a08f91 commit e15fe17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kafka/protocol/message.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def compressed?
4949
@codec_id != 0
5050
end
5151

52-
# @return [Kafka::Protocol::MessageSet]
52+
# @return [Array<Kafka::Protocol::Message>]
5353
def decompress
5454
codec = Compression.find_codec_by_id(@codec_id)
5555

0 commit comments

Comments
 (0)