Skip to content

Commit a5c69aa

Browse files
committed
typo
1 parent 907f234 commit a5c69aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Command.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ my $light = Light->new();
104104
my $light_on_command = LightOnCommand->new($light);
105105
my $remote = RemoteControl->new();
106106
$remote->set_command($light_on_command);
107-
$remote->press_button();```
107+
$remote->press_button();
108+
```
108109

109110
### Python Example
110111

0 commit comments

Comments
 (0)