Add missing closing parenthesis in example (#1029)

This commit is contained in:
Riku Lindblad 2021-02-24 09:45:59 +02:00 committed by GitHub
parent b387f24f80
commit c7c3c0a7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ To use colors in your lambada:
display:
...
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height(), id(my_red);
it.rectangle(0, 0, it.get_width(), it.get_height(), id(my_red));
To bring in color images: