浏览代码

Add an n

Closes #1460.
r00ster 6 年之前
父节点
当前提交
f8a70aca67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/window.dox

+ 1 - 1
docs/window.dox

@@ -930,7 +930,7 @@ When a full screen window is restored, the desired video mode is restored to its
 monitor as well.
 
 If you wish to be notified when a window is iconified or restored, whether by
-the user, system or your own code, set a iconify callback.
+the user, system or your own code, set an iconify callback.
 
 @code
 glfwSetWindowIconifyCallback(window, window_iconify_callback);