Skip to content

Commit ad2369b

Browse files
authored
Adjust wording at the beginning of the 'Private named parameters' proposal (#4561)
1 parent ee29f2e commit ad2369b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

accepted/future-releases/2509-private-named-parameters/feature-specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ encapsulation.
228228
229229
The basic idea is simple. We let users use a private name in a named parameter
230230
when the parameter also initializes or declares a field. The compiler removes
231-
the `_` from the argument name but keeps it for the corresponding field. In
232-
other words, we do exactly what users are doing by hand when they write an
233-
initializer like:
231+
the `_` from the argument name at call sites but keeps it for the corresponding
232+
field. In other words, we do exactly what users are doing by hand when they
233+
write an initializer like:
234234
235235
```dart
236236
class House {

0 commit comments

Comments
 (0)