Skip to content

Commit

Permalink
Fix typo in README.md (#369)
Browse files Browse the repository at this point in the history
intializations -> initializations
  • Loading branch information
eltociear committed Dec 19, 2023
1 parent 334eafc commit 46aca3d
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 @@ -2048,7 +2048,7 @@ result := lo.TernaryF(false, func() string { return "a" }, func() string { retur
// "b"
```

Useful to avoid nil-pointer dereferencing in intializations, or avoid running unnecessary code
Useful to avoid nil-pointer dereferencing in initializations, or avoid running unnecessary code

```go
var s *string
Expand Down

0 comments on commit 46aca3d

Please sign in to comment.