fix typo
This commit is contained in:
parent
743e113349
commit
6e1b43c32f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
// Main draws a left hand and ear of a gopher. Afterwards it returns
|
||||
// the filename. This should only be during testing.
|
||||
// the filename. This should only be used during testing.
|
||||
func Main(gc draw2d.GraphicContext, ext string) (string, error) {
|
||||
gc.Save()
|
||||
gc.Scale(0.5, 0.5)
|
||||
|
|
Loading…
Reference in a new issue