Skip to content

Commit

Permalink
Update rfc_p5js_2.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
dhowe authored Feb 19, 2024
1 parent 478765e commit 498ffa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfc_p5js_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ In the above example, both `p5.js` and `p5.math.js` are built with the `iife` fo
// src/math/index.js
import calculation from './calculation.js';
import noise from './noise.js';
import random from './noise.js';
import random from './random.js';
import trigonometry from './trigonometry.js';
import math from './math.js';
import vector from './p5.Vector.js';
Expand Down Expand Up @@ -434,4 +434,4 @@ We welcome you to participate in this process of realizing p5.js 2.0 and to cont
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol
* https://rollupjs.org/configuration-options/
* https://vitejs.dev/guide/
* https://vitest.dev/guide/browser.html
* https://vitest.dev/guide/browser.html

0 comments on commit 498ffa8

Please sign in to comment.