Browse Source

Spelling.

tags/2021-05-28
jules 11 years ago
parent
commit
756cff8085
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Demo/Source/Demos/TimersAndEventsDemo.cpp

+ 1
- 1
extras/Demo/Source/Demos/TimersAndEventsDemo.cpp View File

@@ -201,7 +201,7 @@ public:
const Rectangle<int> explanationArea (getLocalBounds().removeFromTop (100));
AttributedString s;
s.append ("Click on a circle to make it flash. When it has finished flashing it will send a message which which cause the next circle to flash");
s.append ("Click on a circle to make it flash. When it has finished flashing it will send a message which causes the next circle to flash");
s.append (newLine);
s.append ("Click the \"Set Random Colour\" button to change the colour of one of the circles.");
s.append (newLine);


Loading…
Cancel
Save