Skip to content

Commit 76b69de

Browse files
committed
doc: Typo
1 parent ed47a37 commit 76b69de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/binary_parser.cr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ class BinaryParser
6565

6666
# Support for `IO#read_bytes`
6767
#
68-
# **NOTICE**: Current not respect to `IO::ByteFormat`
68+
# **NOTICE**: Currently not respect to `IO::ByteFormat`
6969
def self.from_io(io : IO, format : IO::ByteFormat)
7070
ins = self.new
7171
ins.load(io)
7272
end
7373

7474
# Support for `IO#write_bytes`
7575
#
76-
# **NOTICE**: Current not respect to `IO::ByteFormat`
76+
# **NOTICE**: Currently not respect to `IO::ByteFormat`
7777
def to_io(io : IO, format : IO::ByteFormat)
7878
write(io)
7979
end

0 commit comments

Comments
 (0)