chore: Fix inline comment

This commit is contained in:
oSumAtrIX 2024-02-15 02:46:14 +01:00
parent fe8ea9130d
commit cc183062ab
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,6 @@ open class PatchOption<T>(
if (!validator(value)) throw PatchOptionException.ValueValidationException(value, this)
}
override fun toString() = value.toString()
operator fun getValue(
@ -439,7 +438,7 @@ open class PatchOption<T>(
)
/**
* Create a new [PatchOption] with a string set value and add it to the current [Patch].
* Create a new [PatchOption] and add it to the current [Patch].
*
* @param key The identifier.
* @param default The default value.