Ver Fonte

Fixed a typo in the IDE configuration docs

Athomield há 7 anos atrás
pai
commit
b43d148e81
1 ficheiros alterados com 1 adições e 1 exclusões
  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