Skip to content

Commit 4cadab2

Browse files
committed
Resolved a minor textual error by changing 'againt' to 'against'
1 parent ef1af91 commit 4cadab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/Sandwiches/PokemonSV_SandwichRoutines.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ void make_two_herbs_sandwich(
748748
move_one_up_to_row(9 - i);
749749
}
750750
press_a_to_determine_herb(0); // Press A to determine one herb
751-
// Press DPAD_UP againt to move to the second herb row
751+
// Press DPAD_UP against to move to the second herb row
752752
for(size_t i = first_herb_index_last+1; i < sweet_herb_index_last+1; i++){
753753
move_one_up_to_row(9 - i);
754754
}

0 commit comments

Comments
 (0)