Skip to content

Commit e203d50

Browse files
Add missing backtick
There was a missing backtick, causing a code block to not end correctly
1 parent 23ac24b commit e203d50

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)