Skip to content

Commit

Permalink
Fix ally.get() typo (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 2, 2024
1 parent ff171a4 commit 7952804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/software/basic-programming/alliancecolor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Getting your Alliance Color and Doing an Action
if (ally.get() == Alliance.Red) {
<RED ACTION>
}
if (ally.Get() == Alliance.Blue) {
if (ally.get() == Alliance.Blue) {
<BLUE ACTION>
}
}
Expand Down

0 comments on commit 7952804

Please sign in to comment.