We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab691f commit 0c61b70Copy full SHA for 0c61b70
firebase-get-to-know-flutter/steps/index.lab.md
@@ -1163,7 +1163,7 @@ You wrap the previous content of the `build()` method with a `Column` widget and
1163
then you add a [collection for][] at the tail of the `Column`'s children to
1164
generate a new `Paragraph` for each message in the list of messages.
1165
1166
-[collection for]: https://dart.dev/guides/language/language-tour#collection-operators
+[collection for]: https://dart.dev/language/collections#for-element
1167
1168
8. Update the body of `HomePage` to correctly construct `GuestBook` with the
1169
new `messages` parameter:
0 commit comments