ebiten: typo

This commit is contained in:
Hajime Hoshi 2022-09-28 03:24:36 +09:00
parent 9492b4ecf5
commit 7f95072fce

View File

@ -382,7 +382,7 @@ func AppendTouchIDs(touches []TouchID) []TouchID {
// TouchIDs returns the current touch states.
//
// Deperecated: as of v2.2. Use AppendTouchIDs instead.
// Deprecated: as of v2.2. Use AppendTouchIDs instead.
func TouchIDs() []TouchID {
return AppendTouchIDs(nil)
}