From 1072b6e86e3937d0df35a2c27f58c99dad0ed7ba Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 30 Nov 2023 10:08:23 -0500 Subject: [PATCH] docs: fixed typo --- docs/README-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-migration.md b/docs/README-migration.md index f19c6159b..4c084b04f 100644 --- a/docs/README-migration.md +++ b/docs/README-migration.md @@ -489,7 +489,7 @@ The following functions have been removed: * SDL_GameControllerPathForIndex() - replaced with SDL_GetGamepadInstancePath() * SDL_GameControllerTypeForIndex() - replaced with SDL_GetGamepadInstanceType() * SDL_GameControllerNumMappings() - replaced with SDL_GetGamepadMappings() -* SDL_GameControllerMappingForIndex() replaced with SDL_GetGamepadMappings() +* SDL_GameControllerMappingForIndex() - replaced with SDL_GetGamepadMappings() The following symbols have been renamed: * SDL_CONTROLLER_AXIS_INVALID => SDL_GAMEPAD_AXIS_INVALID