diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5979a6b73..313f4bf3182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ CupertinoPageScaffold( ); ``` -If you the expression might evaluate to null and you want to treat that as +If you know the expression might evaluate to null and you want to treat that as equivalent to zero elements, you can use the null-aware spread `?...`. #### Collection if