Skip to content

Commit f581940

Browse files
munificentCommit Queue
authored and
Commit Queue
committed
Fix typo in CHANGELOG.
Change-Id: Ifb385ef58e275027374a63e41afc2bb895e3d736 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/428563 Commit-Queue: Bob Nystrom <[email protected]> Auto-Submit: Bob Nystrom <[email protected]> Reviewed-by: Michael Thomsen <[email protected]> Commit-Queue: Michael Thomsen <[email protected]>
1 parent 0de0d0e commit f581940

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ or greater (`sdk: '^3.8.0'`).
5252

5353
[null-aware elements]: https://github.com/dart-lang/language/issues/323
5454

55-
The null-aware elements make it easier to omit a value from a collection literal
56-
if it's `null`. The syntax works in list literals, set literals, and map
57-
literals. For map literals, both null-aware keys and values are supported. Here
58-
is an example a list literal written in both styles, without the null-aware
59-
elements language feature and with it:
55+
Null-aware elements make it easier to omit a value from a collection literal if
56+
it's `null`. The syntax works in list literals, set literals, and map literals.
57+
For map literals, both null-aware keys and values are supported. Here is an
58+
example a list literal written in both styles, without the null-aware elements
59+
language feature and with it:
6060

6161
```dart
6262
String? lunch = isTuesday ? 'tacos!' : null;

0 commit comments

Comments
 (0)