Skip to content

Commit 4e59841

Browse files
committed
docstring typo
1 parent 67381f8 commit 4e59841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ public interface RobotController {
766766
* Tests whether this robot can place a cat trap at the given location.
767767
*
768768
* @param loc the location to place cat trap
769-
* @return whether the robot can remove a cat trap at the given location
769+
* @return whether the robot can place a cat trap at the given location
770770
*
771771
* @battlecode.doc.costlymethod
772772
*/

0 commit comments

Comments
 (0)