Skip to content

Commit

Permalink
Merge pull request #6996 from aGuyWhoMadeGames/aGuyWhoMadeGames-patch-1
Browse files Browse the repository at this point in the history
Add missing backtick
  • Loading branch information
davepagurek authored May 1, 2024
2 parents 23ac24b + e203d50 commit 54dbffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgl/loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import './p5.Geometry';
*
* The first parameter, `path`, is always a `String` with the path to the
* file. Paths to local files should be relative, as in
* `loadModel('assets/model.obj'). URLs such as
* `loadModel('assets/model.obj')`. URLs such as
* `'https://example.com/model.obj'` may be blocked due to browser security.
*
* The first way to call `loadModel()` has three optional parameters after the
Expand Down

0 comments on commit 54dbffd

Please sign in to comment.