Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lumiasaki authored Jul 12, 2021
1 parent 5eee029 commit 8529655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ struct SceneState: RawRepresentable, Hashable, Equatable {

var rawValue: Int

static let home = ExampleSceneState(rawValue: NavigationExtension.entry)
static let detail = ExampleSceneState(rawValue: 1)
static let termination = ExampleSceneState(rawValue: NavigationExtension.termination)
static let home = SceneState(rawValue: NavigationExtension.entry)
static let detail = SceneState(rawValue: 1)
static let termination = SceneState(rawValue: NavigationExtension.termination)
}

extension SceneState: CaseIterable {
Expand Down

0 comments on commit 8529655

Please sign in to comment.