mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-22 04:56:09 +03:00
Correct function name mismatch
This commit is contained in:
parent
f978e42036
commit
be4e0a4046
@ -36,7 +36,7 @@ const (
|
||||
)
|
||||
|
||||
type Builder interface {
|
||||
Color(Color) Builder
|
||||
Paint(Color) Builder
|
||||
Wheels(Wheels) Builder
|
||||
TopSpeed(Speed) Builder
|
||||
Build() Interface
|
||||
|
Loading…
Reference in New Issue
Block a user