Skip to content

Commit

Permalink
Fixed JavaDoc typo
Browse files Browse the repository at this point in the history
Today is "JavaDoc typo"-day!
  • Loading branch information
semtiko committed Mar 3, 2014
1 parent fa9a120 commit 4bd3d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdx/src/com/badlogic/gdx/Gdx.java
Expand Up @@ -25,7 +25,7 @@
* static access to all sub systems. It is your responsiblity to keep things thread safe. Don't use Graphics in a thread that is
* not the rendering thread or things will go crazy. Really.
* <p>
* There's also references to {@link GLCommon, {@link GL20} and {@link GL30}. The same rules as above apply. Don't
* There's also references to {@link GLCommon}, {@link GL20} and {@link GL30}. The same rules as above apply. Don't
* mess with this or things will break!
* <p>
* This is kind of messy but better than throwing around Graphics and similar instances. I'm aware of the design faux pas.
Expand Down

0 comments on commit 4bd3d1c

Please sign in to comment.