fix indent

This commit is contained in:
2022-09-22 21:01:20 +01:00
parent 843451187b
commit c0f857b8b8

View File

@@ -39,7 +39,7 @@ example:
``` ```
if (x = 10) > 5 [ if (x = 10) > 5 [
log(x, 'is bigger than 5') log(x, 'is bigger than 5')
] ]
``` ```