Skip to content

Commit fb9793f

Browse files
authored
Cleanup of the example translation tracker test
1 parent 21e4844 commit fb9793f

File tree

1 file changed

+1
-3
lines changed
  • src/content/examples/en/01_Shapes_And_Color/00_Shape_Primitives

1 file changed

+1
-3
lines changed

src/content/examples/en/01_Shapes_And_Color/00_Shape_Primitives/description.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ relatedReference:
99
---
1010

1111
This program demonstrates the use of the basic shape
12-
primitive functions including
12+
primitive functions
1313
<a href="https://p5js.org/reference/p5/square" target="_blank">square()</a>,
1414
<a href="https://p5js.org/reference/p5/rect" target="_blank">rect()</a>,
1515
<a href="https://p5js.org/reference/p5/ellipse" target="_blank">ellipse()</a>,
@@ -18,5 +18,3 @@ primitive functions including
1818
<a href="https://p5js.org/reference/p5/line" target="_blank">line()</a>,
1919
<a href="https://p5js.org/reference/p5/triangle" target="_blank">triangle()</a>,
2020
and <a href="https://p5js.org/reference/p5/quad" target="_blank">quad()</a>.
21-
22-
Test update: These basic shapes are the building blocks of creative coding!

0 commit comments

Comments
 (0)