Merge pull request #13876 from Big-Aaron/develop

Update ir-breaking-changes.rst
This commit is contained in:
Kamil Śliwak 2023-01-17 14:20:07 +01:00 committed by GitHub
commit 229fcc9fce
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