diff --git a/docs/window.dox b/docs/window.dox index 3a9e4a29..d7a3563d 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -1400,7 +1400,7 @@ glfwSwapBuffers(window); Sometimes it can be useful to select when the buffer swap will occur. With the function @ref glfwSwapInterval it is possible to select the minimum number of -monitor refreshes the driver wait should from the time @ref glfwSwapBuffers was +monitor refreshes the driver should wait from the time @ref glfwSwapBuffers was called before swapping the buffers: @code