Преглед на файлове

remove stry parenthisis

mitm001 преди 5 години
родител
ревизия
bc3d2b14ae
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/modules/sdk/pages/project_creation.adoc

+ 1 - 1
docs/modules/sdk/pages/project_creation.adoc

@@ -64,7 +64,7 @@ This is the recommended internal structure:
 **  Specify the main class of your project. (Pressing kbd:[F6] runs this main class.)
 **  You can optionally configure JVM options and command line parameters. In most cases, set the `-Xms VMOption [NUMBER] m` for the memory usage.
 ***  For example (-Xms500m).
-***  see link:http://performance.netbeans.org/howto/jvmswitches/[http://performance.netbeans.org/howto/jvmswitches/]).
+***  see link:http://performance.netbeans.org/howto/jvmswitches/[http://performance.netbeans.org/howto/jvmswitches/].
 *  In the Application section:
 **  Specify the game title (by default the game will be named `BasicGame`).
 **  Specify the vendor name (your name), a short description, your project's homepage, and a splash screen.