File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66* ` _friendlyFileLoadError() `
77* ` _friendlyError() `
88* ` helpForMisusedAtTopLevelCode() `
9- * ` _fesErrorMontitor ()`
9+ * ` _fesErrorMonitor ()`
1010
1111这些函数位于 ` core/friendly_errors/ ` 文件夹中。
1212* ` fes_core.js ` 包含 FES 的核心功能和其他杂项功能。
Original file line number Diff line number Diff line change @@ -129,13 +129,13 @@ p5.js从多个位置调用FES,以处理不同的情况,包括:
129129这些函数主要负责捕获错误并生成FES消息:
130130* [ ` _friendlyFileLoadError() ` ] 捕获文件加载错误。
131131* [ ` _validateParameters() ` ] 根据内联文档检查p5.js函数的输入参数。
132- * [ ` _fesErrorMontitor ()` ] 处理全局错误。
132+ * [ ` _fesErrorMonitor ()` ] 处理全局错误。
133133
134134如需完整参考,请查阅我们的[ 开发笔记] 。
135135
136136[ `_friendlyFileLoadError()` ] : https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md#_friendlyfileloaderror
137137[ `_validateParameters()` ] : https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md#validateparameters
138- [ `_fesErrorMontitor ()` ] : https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md#feserrormonitor
138+ [ `_fesErrorMonitor ()` ] : https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md#feserrormonitor
139139[ 开发笔记 ] : https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md
140140
141141
Original file line number Diff line number Diff line change 3636 * ` _canvasLocator() ` : 返回映射到画布的 10* 10 网格上的形状的位置。
3737 * ` _getArea() ` : 返回形状的面积占画布总面积的百分比。
3838
39- 当 ` this._accessibleOutputs.text ` 或 ` this._accessibleOutputs.text ` 为 ` true ` 时,p5.js 库中的多个函数会调用 output.js 中的函数:
39+ 当 ` this._accessibleOutputs.text ` 或 ` this._accessibleOutputs.grid ` 为 ` true ` 时,p5.js 库中的多个函数会调用 output.js 中的函数:
4040* ` _accsOutput() ` 在以下函数中被调用:
4141 * ` p5.prototype.triangle() `
4242 * ` p5.prototype._renderRect() `
4343 * ` p5.prototype.quad() `
44- * ` pp5 .prototype.point()`
44+ * ` p5 .prototype.point()`
4545 * ` p5.prototype.line() `
4646 * ` p5.prototype._renderEllipse() `
4747 * ` p5.prototype.arc() `
You can’t perform that action at this time.
0 commit comments