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 44db82a commit 00a4270Copy full SHA for 00a4270
README.md
@@ -10,8 +10,7 @@
10
To run the example project, clone the repo, and run `pod install` from the Example directory first.
11
12
Fetching view has a state machine called Fetching State :
13
-```
14
-enum FetchingState<A> {
+```enum FetchingState<A> {
15
case fetching
16
case fetchedError(AppErrorProvider)
17
case fetchedData(A)
0 commit comments