Skip to content

Commit 0c61b70

Browse files
Update firebase-get-to-know-flutter/steps/index.lab.md
Co-authored-by: Parker Lougheed <[email protected]>
1 parent fab691f commit 0c61b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-get-to-know-flutter/steps/index.lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ You wrap the previous content of the `build()` method with a `Column` widget and
11631163
then you add a [collection for][] at the tail of the `Column`'s children to
11641164
generate a new `Paragraph` for each message in the list of messages.
11651165

1166-
[collection for]: https://dart.dev/guides/language/language-tour#collection-operators
1166+
[collection for]: https://dart.dev/language/collections#for-element
11671167

11681168
8. Update the body of `HomePage` to correctly construct `GuestBook` with the
11691169
new `messages` parameter:

0 commit comments

Comments
 (0)