Jelajahi Sumber

Fix typo in GLFWwindowmaximizefun documentation

Thanks brianzuvich!

Fixes #1764.
Emmanuel Gil Peyrot 5 tahun lalu
induk
melakukan
1ed1489831
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      include/GLFW/glfw3.h

+ 1 - 1
include/GLFW/glfw3.h

@@ -1483,7 +1483,7 @@ typedef void (* GLFWwindowiconifyfun)(GLFWwindow*,int);
  *  @endcode
  *
  *  @param[in] window The window that was maximized or restored.
- *  @param[in] iconified `GLFW_TRUE` if the window was maximized, or
+ *  @param[in] maximized `GLFW_TRUE` if the window was maximized, or
  *  `GLFW_FALSE` if it was restored.
  *
  *  @sa @ref window_maximize