Update ir-breaking-changes.rst

Fix errors in the doc
This commit is contained in:
Big-Aaron 2023-01-17 11:30:30 +08:00 committed by GitHub
parent 7b2f8a2e31
commit 83774c28bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,8 +122,8 @@ hiding new and different behavior in existing code.
modifier mod() { _; _; }
}
If you execute ``f(0)`` in the old code generator, it will return ``2``, while
it will return ``1`` when using the new code generator.
If you execute ``f(0)`` in the old code generator, it will return ``1``, while
it will return ``0`` when using the new code generator.
.. code-block:: solidity