Skip to content

Commit f6a2dfe

Browse files
committed
fixing a minor typo
1 parent f2b4de4 commit f6a2dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/static/articles/shapes-and-colors-in-netlogo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ NetLogo includes a Turtle Shapes Editor, a Link Shapes editor, and a Color Swatc
1818

1919
### Turtle Shapes
2020

21-
In NetLogo, turtle shapes are vector shapes. They are built up from basic geometric shapes; squares, circles, and lines, rather than a grid of pixels. This way, when we resize a turtle, its image does not loose quality (i.e., does not become *pixelated*).
21+
In NetLogo, turtle shapes are vector shapes. They are built up from basic geometric shapes; squares, circles, and lines, rather than a grid of pixels. This way, when we resize a turtle, its image does not lose quality (i.e., does not become *pixelated*).
2222

2323
 
2424

0 commit comments

Comments
 (0)