Fix typos in docs

Closes #2150

(cherry picked from commit 060631c965)
This commit is contained in:
JoelNiemela
2022-07-08 18:52:54 -05:00
committed by Camilla Löwy
parent 2f3c6aa150
commit 5324177d90
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ macros that disable similar headers below it.
Both of these mechanisms depend on the extension loader header defining a known
macro. If yours doesn't or you don't know which one your users will pick, the
@ref GLFW_INCLUDE_NONE macro will explicitly to prevent the GLFW header from
@ref GLFW_INCLUDE_NONE macro will explicitly prevent the GLFW header from
including the OpenGL header. This will also allow you to include the two
headers in any order.