Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy committed May 24, 2024
1 parent 66b5460 commit acad574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.icpclive.ksp.clics.*

@SinceClics(FeedVersion.`2022_07`)
@UpdateContestEvent
@EventSerialName("organizations")
@EventSerialName("persons")
public interface Person {
@Required public val id: String
public val name: String?
Expand Down

0 comments on commit acad574

Please sign in to comment.