Skip to content

Commit 97819b3

Browse files
committed
Fix a typo in Block::setIsTopLevelReporter()
1 parent 7f65890 commit 97819b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scratch/block.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ bool Block::isTopLevelReporter() const
6666

6767
/*!
6868
* Sets whether this block is a top level reporter block for a variable or a list.
69-
* \note Setting this to true will allow the use topLevelReporterInfo().
69+
* \note Setting this to true will allow the use of topLevelReporterInfo().
7070
*/
7171
void Block::setIsTopLevelReporter(bool isTopLevelReporter)
7272
{

0 commit comments

Comments
 (0)