mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-03 13:13:34 +03:00
Merge 9d31146eac
into 67efe3e622
This commit is contained in:
commit
d9845cf612
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ func (o *Operation) Operate(leftValue, rightValue int) int {
|
|||
```go
|
||||
type Addition struct{}
|
||||
|
||||
func (Addition) Apply(lval, rval int) int {
|
||||
func (a Addition) Apply(lval, rval int) int {
|
||||
return lval + rval
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue