Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit ba10083

Browse files
Update comments
1 parent 1d3521c commit ba10083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PluginProcessor.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \author WuChang
66
77
* \date July 2023
8-
* \version 1.0.1
8+
* \version 1.0.2
99
* \license MIT License
1010
*********************************************************************/
1111

@@ -34,7 +34,7 @@ namespace DMDA {
3434
* };
3535
* @endcode
3636
*
37-
* And you should call initContext() method in your construct function to
37+
* And you should call initContext() method in your constructor to
3838
* create the context.
3939
*/
4040
class PluginProcessor : public juce::AudioProcessor {
@@ -67,7 +67,7 @@ namespace DMDA {
6767

6868
/**
6969
* Use this to init DMDA Context. You should call this in your
70-
* construct function.
70+
* constructor.
7171
*/
7272
void initContext();
7373

0 commit comments

Comments
 (0)