Skip to content

Commit e632c26

Browse files
committed
Fix range of values for Robot.zone
1 parent a40cb89 commit e632c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ From here in, if you see a `R.something`, the requirement of the `sr.robot3` imp
6161
As well as the attributes listed above, the Robot class also has the following attributes, which you may find useful:
6262

6363
zone
64-
: The number of the zone that the robot is associated with. Either `0` or `1`.
64+
: The number of the zone that the robot is associated with. Between `0` and `3`.
6565

6666
mode
6767
: Either "comp" or "dev". When in a competition match, this will be "comp", and at all other times this will be "dev".

0 commit comments

Comments
 (0)