Skip to content

Commit

Permalink
Fix accidental repetition in ir breaking changes docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Dec 7, 2020
1 parent f456d93 commit c39a5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ir/ir-breaking-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ New order:
- All state variables are zero-initialized at the beginning.
- Evaluate base constructor arguments from most derived to most base contract.
- For every contract in order from most base to most derived in the linearized hierarchy execute:
1. State variables are assigned value their initial values, if present at declaration.
1. State variables are assigned their initial values, if present at declaration.
2. Constructor, if present.

This causes differences in some contracts, for example:
Expand Down

0 comments on commit c39a5e2

Please sign in to comment.