Skip to content

Commit

Permalink
feat(spec): switch option type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jul 5, 2023
1 parent 9a9ce1a commit 4796a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

/** The option type. */
export enum OptionType {
Some,
None,
Some,
}

/** Common type. */
Expand Down

0 comments on commit 4796a45

Please sign in to comment.