Skip to content

Commit 7f6b735

Browse files
authored
Update AltText
1 parent 4c8a27d commit 7f6b735

File tree

1 file changed

+2
-2
lines changed
  • src/content/examples/en/13_Classes_And_Objects/02_Connected_Particles

1 file changed

+2
-2
lines changed

src/content/examples/en/13_Classes_And_Objects/02_Connected_Particles/description.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
featuredImage: "../../../images/featured/13_Classes_And_Objects-02_Connected_Particles-thumbnail.png"
3-
featuredImageAlt: A pattern of multicolored circles outlined in white and connected by white lines, on a black background.
3+
featuredImageAlt: A pattern of multicolored circles connected by white lines, on a black background.
44
title: Connected Particles
55
oneLineDescription: Draw circles and connecting lines using the mouse.
66
---
@@ -14,4 +14,4 @@ of objects created from the Particle class. It renders lines
1414
connecting each of the particles. When the user clicks the mouse, the
1515
sketch creates a new instance of the Path class. When the user drags
1616
the mouse, the sketch adds a new instance of the Particle class to
17-
the current path.
17+
the current path.

0 commit comments

Comments
 (0)