Skip to content

Commit

Permalink
Merge branch 'master' of github.com:samber/lo
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Apr 26, 2022
2 parents 60058e6 + af3171b commit 7396a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ result := lo.Switch[int, string](1).
return "1"
}).
Default("42")
// "42"
// "1"
```

### ToPtr
Expand Down

0 comments on commit 7396a26

Please sign in to comment.