Skip to content

Commit

Permalink
Typo fix as per review of PR #55.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleblom committed Apr 3, 2024
1 parent 5f0620e commit a5a693a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the raire assertion generation engine (https://github.com/DemocracyDevelopers/ra
public class CVRContestInfo {

/**
* Unique identifier for instance CVRContestInfo instance. It is comprised of a
* Unique identifier for a CVRContestInfo instance. It is comprised of a
* CVR ID and a contest ID. These two together form a unique key.
*/
@Id
Expand All @@ -50,7 +50,7 @@ public class CVRContestInfo {
private long cvrId;

/**
* Unique identifier for instance CVRContestInfo instance. It is comprised of a
* Unique identifier for a CVRContestInfo instance. It is comprised of a
* CVR ID and a contest ID. These two together form a unique key.
*/
@Id
Expand Down

0 comments on commit a5a693a

Please sign in to comment.