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 3810aee commit eb54940Copy full SHA for eb54940
Sources/ComposableArchitecture/Documentation.docc/Articles/GettingStarted.md
@@ -331,7 +331,7 @@ Then we can use it in the `reduce` implementation:
331
```swift
332
case .numberFactButtonTapped:
333
return .task { [count = state.count] in
334
- await .numberFactResponse(TaskResult { try wait self.numberFact(count) })
+ await .numberFactResponse(TaskResult { try await self.numberFact(count) })
335
}
336
```
337
0 commit comments