Skip to content

Commit 4f0908c

Browse files
committed
check mdx display
1 parent f07e21b commit 4f0908c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/tutorials/zh-Hans/repeating-with-loops.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import AnnotatedLine from "../../../components/AnnotatedLine/index.astro";
2626

2727
![An arch and hexagon shape are vertically aligned with the label that reads “single object.(单个对象)” Arrows point from these shapes to corresponding patterns that are vertically aligned under a label that reads “multiplied objects.(多个对象)”  The single arch points to five vertically stacked arches creating a rainbow shape. The hexagon points to many hexagon arranged in a honeycomb tessellation.](../images/introduction/loops-intro.png)
2828

29-
绘制每个形状都写一行新代码将会非常繁琐。相反的,我们可以使用 *loops*(循环),它允许我们执行并重复代码块任意次数。在本教程中,我们使用循环和数组来创建 [a racing caterpillar sketch](https://editor.p5js.org/gbenedis@gmail.com/sketches/BrmtZ36ET).
29+
绘制每个形状都写一行新代码将会非常繁琐。相反的,我们可以使用 *loops*(循环),它允许我们执行并重复代码块任意次数。在本教程中,我们使用循环和数组来创建。[a racing caterpillar sketch](https://editor.p5js.org/gbenedis@gmail.com/sketches/BrmtZ36ET).
3030

3131
![Three pink caterpillars crawling to reach a green finish line at the right of the canvas.](../images/introduction/caterpillar-race-end.gif)
3232

@@ -1394,7 +1394,7 @@ function checkWinner() {
13941394

13951395
## 下一步
13961396

1397-
- 下一个教程: [数据结构花园n](/tutorials/data-structure-garden)
1397+
- 下一个教程: [数据结构花园](/tutorials/data-structure-garden)
13981398

13991399

14001400
## 参考资料

0 commit comments

Comments
 (0)