Fix typo in lectures/08-generics/lecture.slide
This commit is contained in:
parent
80e66451e6
commit
276d68c3bf
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ what we could do
|
|||
|
||||
func (p Point) String() string { return "" }
|
||||
|
||||
We'd like to write function scale and Println
|
||||
We'd like to write function ScaleAndPrint
|
||||
|
||||
func ScaleAndPrint(p Point) {
|
||||
r := Scale(p, 2)
|
||||
|
|
Loading…
Reference in a new issue