Skip to content

Commit

Permalink
use present
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Nov 8, 2024
1 parent 191bc08 commit f591ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ internal class EnumAsSealedInterfaceBuilder(

private fun IrEnum.unknownValueTypeSpec(): TypeSpec {
return TypeSpec.classBuilder(UNKNOWN__)
.addKdoc("An enum value that wasn't known at build time.")
.addKdoc("An enum value that isn't known at build time.")
.addSuperinterface(selfClassName)
.primaryConstructor(
FunSpec.constructorBuilder()
Expand Down

0 comments on commit f591ce0

Please sign in to comment.