Skip to content

Commit

Permalink
Fix types and function naming clash issue in reference
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Sep 25, 2024
1 parent a8dde70 commit 6e9a25f
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/search-indices/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/search-indices/es.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/search-indices/hi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/search-indices/ko.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/search-indices/zh-Hans.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/content/tutorials/en/data-structure-garden.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ relatedContent:
- en/13_classes_and_objects/01_shake_ball_bounce/description
- en/13_classes_and_objects/02_connected_particles/description
references:
- en/p5/object
- en/p5/types/object
- en/p5/random
authors:
- Portia Morrell
Expand Down
2 changes: 1 addition & 1 deletion src/content/tutorials/en/variables-and-change.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ relatedContent:
references:
- en/p5/mousex
- en/p5/mousey
- en/p5/number
- en/p5/types/number
- en/p5/let
- en/p5/random
- en/p5/line
Expand Down

0 comments on commit 6e9a25f

Please sign in to comment.