Fix old mention of pull
parent
69b9933c3c
commit
6201f2564f
|
@ -146,7 +146,7 @@ module CBOR
|
|||
|
||||
macro inherited
|
||||
def self.new(decoder : ::CBOR::Decoder)
|
||||
new_from_cbor_decoder(pull)
|
||||
new_from_cbor_decoder(decoder)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue