Skip to content

Commit 93e7f72

Browse files
authored
Merge branch 'main' into patch-1
2 parents 39011c3 + 0cab50d commit 93e7f72

24 files changed

+46
-42
lines changed

public/reference/data.json

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

public/search-indices/en.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/es.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/hi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/ko.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/zh-Hans.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/content/people/en/hughjacks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: HughJacks
2+
url: https://github.com/HughJacks
3+
category: contributor

src/content/people/en/jack-l.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Jack L
2+
url: http://jackeddielove.github.io
3+
category: contributor

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ description: >
5151
parameter,
5252
5353
<code>direction</code> sets the light’s direction using a
54-
55-
<a href="/reference/p5/p5.Geometry">p5.Geometry</a> object. For example,
56-
54+
<a href="/reference/p5/p5.Vector">p5.Vector</a> object. For example,
5755
<code>directionalLight(255, 0, 0, lightDir)</code> creates a red <code>(255,
5856
0, 0)</code> light
5957

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: >
1818
which takes time to process. Disabling the FES can significantly improve
1919
2020
performance by turning off these checks.</p>
21-
line: 877
21+
line: 872
2222
isConstructor: false
2323
itemtype: property
2424
example:

0 commit comments

Comments
 (0)