veraison / go-cose

go library for CBOR Object Signing and Encryption (COSE)
Mozilla Public License 2.0
49 stars 26 forks source link

Minor typo in godoc for UntaggedSign1Message #149

Closed spennymac closed 1 year ago

spennymac commented 1 year ago

What is the areas you experience the issue in?

Go-COSE Library

What is not working as expected?

I was browsing the code and noticed a minor typo here.

UnataggedSign1Message -> UntaggedSign1Message.

https://github.com/veraison/go-cose/pull/148/files

What did you expect to happen?

N/A

How can we reproduce it?

N/A

Describe your environment

N/A

What is the version of your Go-COSE Library?

v1.1.0

spennymac commented 1 year ago

https://github.com/veraison/go-cose/pull/148

SteveLasker commented 1 year ago

Closing as #148 was merged Thank you, @spennymac for your contribution