Skip to content

Commit 2d836df

Browse files
author
Julien
committed
doc(sdk): fix typo
1 parent 63307a3 commit 2d836df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities/GraphicEntityModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public SpriteSheetSplitter createSpriteSheetSplitter() {
111111
*
112112
*
113113
* @param t
114-
* The instant of the frame 0 ≥ t ≥ 1.
114+
* The instant of the frame 0 ≤ t ≤ 1.
115115
* @exception IllegalArgumentException
116116
* if the t is not a valid instant.
117117
*
@@ -127,7 +127,7 @@ public void commitWorldState(double t) {
127127
* </p>
128128
*
129129
* @param t
130-
* The instant of the frame 0 &ge; t &ge; 1.
130+
* The instant of the frame 0 &le; t &le; 1.
131131
* @param entities
132132
* The entity objects to commit.
133133
* @exception IllegalArgumentException

0 commit comments

Comments
 (0)