We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23a33e commit c3a95dbCopy full SHA for c3a95db
src/output/files.js
@@ -147,9 +147,10 @@ define(function (require) {
147
* indicates the filename,
148
* and should include an appropriate
149
* file extension (see examples above).
150
- * @param {[Boolean]} options Additional options depend on filetype. For
151
- * example, when saving JSON, true indicates that
152
- * the output will be optimized for filesize,
+ * @param {[Boolean/String]} options Additional options depend on
+ * filetype. For example, when saving JSON,
+ * <code>true</code> indicates that the
153
+ * output will be optimized for filesize,
154
* rather than readability.
155
*/
156
p5.prototype.save = function(object, _filename, _options) {
0 commit comments