Skip to content

Commit

Permalink
Add Space
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurnakova committed Jun 26, 2024
1 parent cb5b923 commit 1e55968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocsReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ AnotherEnum anotherEnumThirdWithIgnoreCase = inputEnumThird.ToAnotherOrDefault<A
// Output:
// anotherEnumFirstCorrect - First
// anotherEnumSecondInvalid - default(AnotherEnum)
// anotherEnumWithDefaultValue - Third(defaultValue)
// anotherEnumWithDefaultValue - Third (defaultValue)
// anotherEnumThirdWithIgnoreCase - Third
```

Expand Down

0 comments on commit 1e55968

Please sign in to comment.