From e132945f71a208657c5dc80eac7c28966c9c90e9 Mon Sep 17 00:00:00 2001 From: Pontus Stenetorp Date: Sat, 3 Jan 2015 20:59:14 +0900 Subject: [PATCH] Added missing article. Fixes #409. --- docs/quick.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick.dox b/docs/quick.dox index 21a8a8cc..9bc11788 100644 --- a/docs/quick.dox +++ b/docs/quick.dox @@ -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.