Added missing article.

Fixes #409.
This commit is contained in:
Pontus Stenetorp 2015-01-03 20:59:14 +09:00 committed by Camilla Berglund
parent 58e9d7a8ec
commit e132945f71

View File

@ -173,7 +173,7 @@ while (!glfwWindowShouldClose(window))
}
@endcode
You can be notified when user is attempting to close the window by setting
You can be notified when the user is attempting to close the window by setting
a close callback with @ref glfwSetWindowCloseCallback. The callback will be
called immediately after the close flag has been set.