Explorar el Código

Fixed a typo in the IDE configuration docs

Athomield hace 7 años
padre
commit
b43d148e81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      development/cpp/configuring_an_ide.rst

+ 1 - 1
development/cpp/configuring_an_ide.rst

@@ -41,7 +41,7 @@ Add the following includes/imports:
     core/math/
     tools/
     drivers/
-    platform/x11/  // make that platform/osx/ is you're using OS X
+    platform/x11/  // make that platform/osx/ if you're using OS X
 
 .. image:: img/kdevelop_addincludes.png