Skip to content

Commit 931e02e

Browse files
committed
doc: Update doc [ci skip]
1 parent b146a38 commit 931e02e

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
@@ -64,15 +64,15 @@ class BinaryParser
6464

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

7373
# Support for `IO#write_bytes`
7474
#
75-
# **NOTICE**: Currently not respect to `IO::ByteFormat`
75+
# NOTE: Currently not respect to `IO::ByteFormat`
7676
def to_io(io : IO, format : IO::ByteFormat)
7777
write(io)
7878
end

0 commit comments

Comments
 (0)