From 8d3595fb4d4d919e27e1a755095ae1ffae5f50be Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 23 Aug 2018 09:51:01 +0200 Subject: [PATCH] Remove redundant redundancy --- docs/input.dox | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/input.dox b/docs/input.dox index 940a6827..095481c3 100644 --- a/docs/input.dox +++ b/docs/input.dox @@ -366,8 +366,7 @@ glfwDestroyCursor(cursor); Cursor destruction always succeeds. If the cursor is current for any window, that window will revert to the default cursor. This does not affect the cursor -mode. All remaining cursors remaining are destroyed when @ref glfwTerminate is -called. +mode. All remaining cursors are destroyed when @ref glfwTerminate is called. @subsubsection cursor_set Cursor setting