Fix old mention of pull

This commit is contained in:
Alberto Restifo 2020-05-27 15:35:28 +02:00
parent 69b9933c3c
commit 6201f2564f

View file

@ -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