Skip to content

Commit 042de3d

Browse files
committed
fix docstring for isDirt
1 parent cefe62e commit 042de3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

engine/src/main/battlecode/common/MapInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ public boolean isWall() {
5050
}
5151

5252
/**
53-
* Returns if this square is a wall.
53+
* Returns if this square is a dirt.
5454
*
55-
* @return whether this square is a wall
55+
* @return whether this square is dirt
5656
*
5757
* @battlecode.doc.costlymethod
5858
*/

0 commit comments

Comments
 (0)