Skip to content

Commit a1c0699

Browse files
authored
Fix tiny typos in Primary constructor spec (#4590)
1 parent 08e0ff3 commit a1c0699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

accepted/future-releases/primary-constructors/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ positional or named parameter remains optional; if it has a default value
919919

920920
- An initializing formal parameter *(e.g., `T this.x`)* is copied from _L_
921921
to _L2_, with no changes.
922-
- A super parameter is copied from _L_ to _L2_ any, with no changes.
922+
- A super parameter is copied from _L_ to _L2_, with no changes.
923923
- A formal parameter which is not covered by the previous two cases and
924924
which does not have the modifier `var` or the modifier `final` is copied
925925
unchanged from _L_ to _L2_ *(this is a plain, non-declaring parameter)*.

0 commit comments

Comments
 (0)