In the tutorial on SwiftUI there seems to be a Typo:
It says in Step 3 in the section: Managing State and Life Cycle > Managing State and Life Cycle
that one should add:
MeetingHeaderView(secondsElapsed: scrumTimer.secondsElapsed, secondsRemaining: scrumTimer.secondsRemaining, scrumColor: scrum.color)
But it should be
MeetingHeader(secondsElapsed: scrumTimer.secondsElapsed, secondsRemaining: scrumTimer.secondsRemaining, scrumColor: scrum.color)
Am I right with the assumption that this is a typo and how do I report it?
The URL to the tutorial is: https://developer.apple.com/tutorials/app-dev-training/managing-state-and-life-cycle
Selecting any option will automatically load the page