processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.11k stars 3.22k forks source link

Add missing backtick #6996

Closed aGuyWhoMadeGames closed 2 months ago

aGuyWhoMadeGames commented 2 months ago

There was a missing backtick, causing a code block to not end correctly

Resolves #6995

Changes:

I added the missing backtick.

Screenshots of the change: Before:

Paths to local files should be relative, as in loadModel('assets/model.obj'). URLs such as'https://example.com/model.obj'` may be blocked due to browser security.

After:

Paths to local files should be relative, as in loadModel('assets/model.obj'). URLs such as 'https://example.com/model.obj' may be blocked due to browser security.

PR Checklist

welcome[bot] commented 2 months ago

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!