Skip to content

Commit

Permalink
fix: broken schema
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Feb 6, 2024
1 parent 366cb52 commit 023d044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Laboratory/Schemas/enum.bop
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ enum OtherInstrument {
/** Doc comment on enum */
enum letters {
/** Doc comment on deprecated attr */
@deprecated("for fun")
@deprecated("i'm counting that money")
a = 0;
b = 1;
/** Doc comment on attribute */
c = 2;
d = 3;
@deprecated
@deprecated("for fun")
f = 4;
g = 5;
h = 6;
Expand Down

0 comments on commit 023d044

Please sign in to comment.