Fix old mention of pull

dev
Alberto Restifo 2020-05-27 15:35:28 +02:00
parent 69b9933c3c
commit 6201f2564f
1 changed files with 1 additions and 1 deletions

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