浏览代码

Removed stray word in window guide.

Camilla Berglund 10 年之前
父节点
当前提交
75b7720d00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/window.dox

+ 1 - 1
docs/window.dox

@@ -267,7 +267,7 @@ If OpenGL ES is requested, this hint is ignored.
 Possible values are one of `GLFW_OPENGL_CORE_PROFILE` or
 `GLFW_OPENGL_COMPAT_PROFILE`, or `GLFW_OPENGL_ANY_PROFILE` to not request
 a specific profile.  If requesting an OpenGL version below 3.2,
-`GLFW_OPENGL_ANY_PROFILE` must be used.  If another OpenGL ES is requested,
+`GLFW_OPENGL_ANY_PROFILE` must be used.  If OpenGL ES is requested,
 this hint is ignored.
 
 @par