Skip to content

Commit c1fb8ca

Browse files
authored
Update README.md
1 parent fedddf3 commit c1fb8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The `rendering.js` module presents the user-facing API for p5's various graphica
5555

5656
## [p5.Renderer.js](./p5.Renderer.js)
5757

58-
The `p5.Renderer.js` module provides a common base definition for a p5 project output mode that can then be extended as with [p5.Renderer2D](./p5.Renderer2D.js). For three dimensional output, see the [webgl module](../webgl/). Each `p5` object instance typically has a `Renderer` attached as a property.
58+
The `p5.Renderer.js` module provides a common base definition for a p5 project output mode that can then be extended as with [p5.Renderer2D](./p5.Renderer2D.js). For three-dimensional output, see the [webgl module](../webgl/). Each `p5` object instance typically has a `Renderer` attached as a property.
5959

6060
## [p5.Renderer2D.js](./p5.Renderer2D.js)
6161

0 commit comments

Comments
 (0)