smlxl / evm.codes

Source for evm.codes an Ethereum Virtual Machine Opcodes Interactive Reference
https://evm.codes/
MIT License
718 stars 132 forks source link

fix: typo in precompiled/0x06.mdx #328

Closed vegetabledogdog closed 3 months ago

vercel[bot] commented 3 months ago

@vegetabledogdog is attempting to deploy a commit to the smlXL Team on Vercel.

A member of the Team first needs to authorize it.

vegetabledogdog commented 3 months ago

There is no typo here. The number are indices, starting from 0, and the range is inclusive. Thus, the 128th byte has index 127. If you notice, the other end ranges are the same (31, 63, 95).

So, I changed it to 127.

peroket commented 3 months ago

There is no typo here. The number are indices, starting from 0, and the range is inclusive. Thus, the 128th byte has index 127. If you notice, the other end ranges are the same (31, 63, 95).

So, I changed it to 127.

Indeed, sorry, looks like I got confused! Thanks for the fix :-)

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evm-codes ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 27, 2024 3:14pm