Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingbx committed Oct 20, 2023
1 parent b11e6bf commit 8b96e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 213-Method-Values-and-Expressions/method-values-3.gop
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Point struct {

func (p *Point)Add(another Point) {
p.x += another.x
p.y += another.y
p.y += another.y
}

func (p *Point) String() string {
Expand Down

0 comments on commit 8b96e49

Please sign in to comment.