OSDN Git Service

[fixed] closing </code> tag in Application.
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sun, 7 Nov 2010 15:53:41 +0000 (15:53 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sun, 7 Nov 2010 15:53:41 +0000 (15:53 +0000)
gdx/src/com/badlogic/gdx/Application.java

index aa4d80c..bddd2f9 100644 (file)
@@ -16,7 +16,7 @@ package com.badlogic.gdx;
 /**\r
  * <p>\r
  * An\r
- * <code>Application<code> is the main entry point of your project. It sets up a window and \r
+ * <code>Application</code> is the main entry point of your project. It sets up a window and \r
  * rendering surface and manages the different aspects of your application, namely \r
  * {@link Graphics}, {@link Audio}, {@link Input} and {@link Files}. Think of an Application \r
  * being equivalent to a JFrame of Activity.\r