Skip to content

Commit b885099

Browse files
author
Alexander Dubovskoy
authored
Update lockable_trait.rst
Misprint has been fixed: added ":"
1 parent 064bb18 commit b885099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/lockable_trait.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ that adds two convenient methods to lock and release commands::
3939
// automatically when the execution of the command ends
4040
$this->release();
4141

42-
return Command:SUCCESS;
42+
return Command::SUCCESS;
4343
}
4444
}
4545

0 commit comments

Comments
 (0)