Skip to content

Commit

Permalink
Update ReceiverFuntions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic authored Nov 9, 2021
1 parent 284e50f commit d2cce4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Point struct {
}

func (p Point) GetX() int {
retun p.X
return p.X
}
```

Expand Down

0 comments on commit d2cce4a

Please sign in to comment.