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 ed47a37 commit 76b69deCopy full SHA for 76b69de
src/binary_parser.cr
@@ -65,15 +65,15 @@ class BinaryParser
65
66
# Support for `IO#read_bytes`
67
#
68
- # **NOTICE**: Current not respect to `IO::ByteFormat`
+ # **NOTICE**: Currently not respect to `IO::ByteFormat`
69
def self.from_io(io : IO, format : IO::ByteFormat)
70
ins = self.new
71
ins.load(io)
72
end
73
74
# Support for `IO#write_bytes`
75
76
77
def to_io(io : IO, format : IO::ByteFormat)
78
write(io)
79
0 commit comments