Skip to content

Commit

Permalink
Update usage-overview.md (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Oct 3, 2024
1 parent c1a3f46 commit f975747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/usage-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ extension Application {
secureState(id: "userToken")
}

@MainActor
var largeDataset: FileState<[String]> {
fileState(filename: "largeDataset", initial: [])
fileState(initial: [], filename: "largeDataset")
}
}
```
Expand Down

0 comments on commit f975747

Please sign in to comment.