Skip to content

Commit

Permalink
fix: typo in ListOption
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Sep 6, 2022
1 parent 53e807d commit 3921648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/patcher/patch/PatchOption.kt
Expand Up @@ -154,7 +154,7 @@ sealed class PatchOption<T>(
) {
init {
if (default !in options) {
throw IllegalStateException("Default option must be an allowed options")
throw IllegalStateException("Default option must be an allowed option")
}
}
}
Expand Down

0 comments on commit 3921648

Please sign in to comment.