diff --git a/doc.go b/doc.go index e39bcd0d8..a9d85f9a0 100644 --- a/doc.go +++ b/doc.go @@ -16,7 +16,7 @@ // // You can start the game by calling the function Run. // -// func update(screen *ebiten.Screen) { +// func update(screen *ebiten.Image) error { // // Define your game. // } //