Fix typos and reworded a question in the FAQ (#2628)
This commit is contained in:
parent
b24947c0d0
commit
71e43612d6
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ int main(void)
|
|||
Color colors[14] = { ORANGE, RED, GOLD, LIME, BLUE, VIOLET, BROWN, LIGHTGRAY, PINK,
|
||||
YELLOW, GREEN, SKYBLUE, PURPLE, BEIGE };
|
||||
|
||||
// Creates ome circles for visual effect
|
||||
// Creates some circles for visual effect
|
||||
CircleWave circles[MAX_CIRCLES] = { 0 };
|
||||
|
||||
for (int i = MAX_CIRCLES - 1; i >= 0; i--)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue