- Updated example

This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-28 16:54:15 +02:00
parent 73caebc501
commit 1480a5afca
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ struct Person
Our enum is defined as:
```d
private enum EnumType
enum EnumType
{
DOG,
CAT