Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/io/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -803,8 +803,8 @@ p5.prototype.httpPost = function () {
* p5 will try to guess based on the URL, defaulting to text.<br><br>
* You may also pass a single object specifying all parameters for the
* request following the examples inside the reqwest() calls here:
* <a href='https://github.com/ded/reqwest#api'
* >https://github.com/ded/reqwest#api</a>
* <a href='https://github.com/ded/reqwest#api'>
* https://github.com/ded/reqwest#api</a>
*
* @method httpDo
* @param {String} path name of the file or url to load
Expand Down
6 changes: 3 additions & 3 deletions src/webgl/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ var p5 = require('../core/core');
/**
* Sets camera position
* @method camera
* @param {Number} x camera postion value on x axis
* @param {Number} y camera postion value on y axis
* @param {Number} z camera postion value on z axis
* @param {Number} x camera position value on x axis
* @param {Number} y camera position value on y axis
* @param {Number} z camera position value on z axis
* @return {p5} the p5 object
* @example
* <div>
Expand Down