Fixed Typos

This commit is contained in:
AjinkyaDahale
2017-03-12 15:51:43 +05:30
committed by Yorik van Havre
parent 6a385f5ee3
commit b60fe48564
5 changed files with 8 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ class SequencerLauncher;
* #include <Base/Sequencer.h>
*
* //first example
* Base::SequencerLauncher seq("my text", 10))
* Base::SequencerLauncher seq("my text", 10)
* for (int i=0; i<10; i++)
* {
* // do something
@@ -54,7 +54,7 @@ class SequencerLauncher;
* }
*
* //second example
* Base::SequencerLauncher seq("my text", 10))
* Base::SequencerLauncher seq("my text", 10)
* do
* {
* // do something