Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
latonz committed Sep 29, 2024
1 parent d7976ad commit 2903f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/configuration/enum.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can specify the naming strategy using `NamingStrategy` in `MapEnumAttribute`
Available naming strategies:

| Name | Description |
| ---------------| ------------------------------------------------|
| -------------- | ----------------------------------------------- |
| MemberName | Matches enum values using their name. (default) |
| CamelCase | Matches enum values using camelCase. |
| PascalCase | Matches enum values using PascalCase. |
Expand Down Expand Up @@ -108,6 +108,7 @@ are not affected by naming strategies.
```

</TabItem>

</Tabs>

## Manually mapped enum values
Expand Down

0 comments on commit 2903f64

Please sign in to comment.