mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: typo in ListOption
This commit is contained in:
parent
53e807dec1
commit
392164862c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue