mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-23 08:25:20 +00:00
fix: Fix minor typos (#2619)
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io> Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
be0d5e5953
commit
f79782bea9
+1
-1
@@ -183,7 +183,7 @@ Cons
|
||||
* As shown in the programmatic example above, curried functions with several parameters have a cumbersome type signature (in Java).
|
||||
|
||||
## Related patterns
|
||||
* [Builder patter](https://java-design-patterns.com/patterns/builder/)
|
||||
* [Builder pattern](https://java-design-patterns.com/patterns/builder/)
|
||||
|
||||
## Credits
|
||||
* [Currying in Java](https://www.baeldung.com/java-currying)
|
||||
|
||||
Reference in New Issue
Block a user