mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Added missing determiner to doc.
This commit is contained in:
parent
e64699bd54
commit
acd2e1aa60
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user