Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
latonz committed Sep 11, 2024
1 parent e159e02 commit 2c1a601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/enum.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public partial class CarMapper
[MapEnumValue("AWD", CarFeatureDto.AllWheelDrive)]
// highlight-end
public partial CarFeatureDto MapFeatureFromString(string feature);

// highlight-start
[MapEnumValue(CarFeatureDto.AllWheelDrive, "AWD")]
// highlight-end
Expand Down

0 comments on commit 2c1a601

Please sign in to comment.