Skip to content

Commit c39a5e2

Browse files
committed
Fix accidental repetition in ir breaking changes docs.
1 parent f456d93 commit c39a5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ir/ir-breaking-changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ New order:
4646
- All state variables are zero-initialized at the beginning.
4747
- Evaluate base constructor arguments from most derived to most base contract.
4848
- For every contract in order from most base to most derived in the linearized hierarchy execute:
49-
1. State variables are assigned value their initial values, if present at declaration.
49+
1. State variables are assigned their initial values, if present at declaration.
5050
2. Constructor, if present.
5151

5252
This causes differences in some contracts, for example:

0 commit comments

Comments
 (0)