Skip to content

Commit

Permalink
Fix intEnum example (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase authored Sep 29, 2022
1 parent 38a964b commit 014599e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source-2.0/spec/simple-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,16 +299,16 @@ The above example is exactly equivalent to the following:
JACK
@enumValue(2)
QUEEN = 2
QUEEN
@enumValue(3)
KING = 3
KING
@enumValue(4)
ACE = 4
ACE
@enumValue(5)
JOKER = 5
JOKER
}
Expand Down

0 comments on commit 014599e

Please sign in to comment.