Skip to content

Commit 040ae7e

Browse files
authored
Merge pull request #706 from notthewave/patch-1
fixed typo: frameCount is a variable not a function
2 parents 0cab50d + 93e7f72 commit 040ae7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/en/p5/draw.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ description: >
3333
3434
has run is stored in the system variable
3535
36-
<a href="/reference/p5/frameCount/">frameCount()</a>.</p>
36+
<a href="/reference/p5/frameCount/">frameCount</a>.</p>
3737
3838
<p>Code placed within <code>draw()</code> begins looping after
3939

0 commit comments

Comments
 (0)