diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index d4491e5e..79ea35dc 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3220,7 +3220,7 @@ GLFWAPI void glfwDragWindow(GLFWwindow* handle); * * This function starts a resize operation on one of the borders of the * specified window. - * + * * this function must be called from a pointer or touch event callback, * otherwise it risks reacting to a different event. *