Fixed Typos
This commit is contained in:
committed by
Yorik van Havre
parent
6a385f5ee3
commit
b60fe48564
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user