Skip to content

Commit

Permalink
Update TOOLKIT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Oct 17, 2023
1 parent 9aff745 commit 2d04ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TOOLKIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ t.resample(resolution)
t.interpolate(tValue)
```

To render a turtle use `drawTurtles` it is variadic (can take multiple turtles as arguments).
To render a turtle use `drawTurtles`, it takes a list of turtles to draw.

```js
drawTurtles([ turtles ])
Expand Down

1 comment on commit 2d04ce7

@vercel
Copy link

@vercel vercel bot commented on 2d04ce7 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blot – ./astro

blot-git-main.hackclub.dev
blot.hackclub.dev

Please sign in to comment.