Skip to content

Commit

Permalink
Fix typo. (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Dusk authored Jan 9, 2025
1 parent d1841f2 commit 5d70b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/components/graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ circleGraphics.context
.fill('red')
```

Calling `Graphics.destroy()` will destroy the graphics. If a context was passed to it via the constructor then it will leave the destruction the that context to you. However if the context is internally created (the default), when destroyed the Graphics object will destroy its internal `GraphicsContext`.
Calling `Graphics.destroy()` will destroy the graphics. If a context was passed to it via the constructor then it will leave the destruction of that context to you. However if the context is internally created (the default), when destroyed the Graphics object will destroy its internal `GraphicsContext`.

## Graphics For Display

Expand Down

0 comments on commit 5d70b33

Please sign in to comment.