소스 검색

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.
 monitor as well.
 
 
 If you wish to be notified when a window is iconified or restored, whether by
 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
 @code
 glfwSetWindowIconifyCallback(window, window_iconify_callback);
 glfwSetWindowIconifyCallback(window, window_iconify_callback);