From e60286d58a238bb85bedc5875460ddd2bffeeaf2 Mon Sep 17 00:00:00 2001 From: Nikita Leonidov Date: Sat, 18 Apr 2020 18:32:09 -0400 Subject: [PATCH] minor documentation tweak --- include/GLFW/glfw3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 092336c09..b71e658c6 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -5363,8 +5363,8 @@ GLFWAPI int glfwGetGamepadState(int jid, GLFWgamepadstate* state); * error. * * @param[in] jid The [joystick](@ref joysticks) to vibrate. - * @param[in] slowMotorIntensity The low frequency rumble intensity. - * @param[in] fastMotorIntensity The high frequency rumble intensity. + * @param[in] slowMotorIntensity The low frequency vibration intensity. + * @param[in] fastMotorIntensity The high frequency vibration intensity. * @return `GLFW_TRUE` if successful, or `GLFW_FALSE` if no joystick is * connected, or the joystick does not support the rumble effect. *