1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Fix typo: "is" changed to "are"

Fixes #512.
This commit is contained in:
Jay Weisskopf 2015-05-12 14:36:11 -04:00 committed by Camilla Berglund
parent 9040c64e5b
commit c599ea0737

View File

@ -1240,7 +1240,7 @@ GLFWAPI GLFWmonitor** glfwGetMonitors(int* count);
/*! @brief Returns the primary monitor.
*
* This function returns the primary monitor. This is usually the monitor
* where elements like the Windows task bar or the OS X menu bar is located.
* where elements like the Windows task bar or the OS X menu bar are located.
*
* @return The primary monitor, or `NULL` if an [error](@ref error_handling)
* occurred.