Skip to content

Commit 217bf18

Browse files
committed
docs: fix incorrect height value in conditionals tutorial
1 parent c4ff54c commit 217bf18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/tutorials/en/conditionals-and-interactivity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ function draw() {
524524

525525
  fill("green");
526526

527-
  rect(0, horizon, 400, 400);
527+
  rect(0, horizon, 400, 200);
528528

529529
}
530530
```

0 commit comments

Comments
 (0)