I don't know if I should report this here but here it goes:
In this page
https://en.bitcoin.it/wiki/OP_RETURN in the second paragraph the link to github pointing to 80 bytes has an
a character in the end which is extra
https://github....snipped... q=MAX_OP_RETURN_RELAY
awrong:
Currently, the default Bitcoin client relays OP_RETURN transactions up to 80 bytes [https://github.com/bitcoin/bitcoin/search?utf8=%E2%9C%93&q=MAX_OP_RETURN_RELAYa], but does not provide a way for users to create OP_RETURN transactions.
corrected:
Currently, the default Bitcoin client relays OP_RETURN transactions up to 80 bytes [https://github.com/bitcoin/bitcoin/search?utf8=%E2%9C%93&q=MAX_OP_RETURN_RELAY], but does not provide a way for users to create OP_RETURN transactions.