File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -803,8 +803,8 @@ p5.prototype.httpPost = function () {
803803 * p5 will try to guess based on the URL, defaulting to text.<br><br>
804804 * You may also pass a single object specifying all parameters for the
805805 * request following the examples inside the reqwest() calls here:
806- * <a href='https://github.com/ded/reqwest#api'
807- * > https://github.com/ded/reqwest#api</a>
806+ * <a href='https://github.com/ded/reqwest#api'>
807+ * https://github.com/ded/reqwest#api</a>
808808 *
809809 * @method httpDo
810810 * @param {String } path name of the file or url to load
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ var p5 = require('../core/core');
1212/**
1313 * Sets camera position
1414 * @method camera
15- * @param {Number } x camera postion value on x axis
16- * @param {Number } y camera postion value on y axis
17- * @param {Number } z camera postion value on z axis
15+ * @param {Number } x camera position value on x axis
16+ * @param {Number } y camera position value on y axis
17+ * @param {Number } z camera position value on z axis
1818 * @return {p5 } the p5 object
1919 * @example
2020 * <div>
You can’t perform that action at this time.
0 commit comments