Fix version number in glfwGetMonitorWorkarea docs

Related to #1322.
This commit is contained in:
Doug Binks 2018-09-08 17:24:20 +02:00 committed by Camilla Löwy
parent e6d22346f9
commit 6907629cbf

View File

@ -1952,7 +1952,7 @@ GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
* *
* @sa @ref monitor_properties * @sa @ref monitor_properties
* *
* @since Added in version 3.0. * @since Added in version 3.3.
* *
* @ingroup monitor * @ingroup monitor
*/ */