moov-io / iso8583

A golang implementation to marshal and unmarshal iso8583 message.
https://moov.io
Apache License 2.0
353 stars 105 forks source link

fix typo #226

Closed SDTakeuchi closed 1 year ago

SDTakeuchi commented 1 year ago

I discovered a small typographical error in the encoding\bertlv_test.go file and have corrected it by changing 3nd to 3rd.

adamdecaf commented 1 year ago

Thanks for the fix!