Skip to content

Commit

Permalink
fix typo in docs for Curry() (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
muir authored Jan 15, 2023
1 parent 9e8e1bc commit 78bf9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"reflect"
)

// Curry generates a Requird Provider that prefills arguments to a function to create a
// Curry generates a Required Provider that prefills arguments to a function to create a
// new function that needs fewer args.
//
// Only arguments with a unique (to the function) type can be curried.
Expand Down

0 comments on commit 78bf9c3

Please sign in to comment.