Skip to content

Commit

Permalink
Merge pull request #13 from trafi/fix-fatal-error-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
Domas Nutautas committed May 28, 2020
2 parents 5fde9a2 + f0def92 commit 745d7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StoryFlow/Flow/ImplicitFlow/ImplicitFlow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extension Flow {
return
}

fatalError("Didn't find `UpdateHandling` vc in the navigation sack and `InputRequiring` vc in the project for produced `output` \(value) from `\(Swift.type(of: from))`.")
fatalError("Didn't find `UpdateHandling` vc in the navigation stack and `InputRequiring` vc in the project for produced `output` \(value) from `\(Swift.type(of: from))`.")
}
}
}
Expand Down

0 comments on commit 745d7db

Please sign in to comment.