Skip to content

Commit 54dbffd

Browse files
authored
Merge pull request #6996 from aGuyWhoMadeGames/aGuyWhoMadeGames-patch-1
Add missing backtick
2 parents 23ac24b + e203d50 commit 54dbffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/loading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import './p5.Geometry';
2222
*
2323
* The first parameter, `path`, is always a `String` with the path to the
2424
* file. Paths to local files should be relative, as in
25-
* `loadModel('assets/model.obj'). URLs such as
25+
* `loadModel('assets/model.obj')`. URLs such as
2626
* `'https://example.com/model.obj'` may be blocked due to browser security.
2727
*
2828
* The first way to call `loadModel()` has three optional parameters after the

0 commit comments

Comments
 (0)