Skip to content

Commit e601f31

Browse files
committed
remember
1 parent 6ef61d2 commit e601f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

problems/find_single/find.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ And if generating a number of sequential values like that, but having the needle
6262

6363
## Debugging
6464

65-
If your output is not as expected, remeber to add `printf` statements to check the value of variables at certain points in the program. This may help you pinpoint the cause of your troubles.
65+
If your output is not as expected, remember to add `printf` statements to check the value of variables at certain points in the program. This may help you pinpoint the cause of your troubles.
6666

6767
Should you encounter crashes, i.e. your program just stops, you should certainly check if you aren't violating the boundaries of your array!

0 commit comments

Comments
 (0)