Skip to content

Commit 6eeaa2b

Browse files
committed
🚨 Fix feather warning on JSDoc
1 parent 02b7b21 commit 6eeaa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/__file_compressed/__file_compressed.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function file_compressed_load_parse(_buffer, _default = undefined){
9898
* @arg {string} filename The file to save the file to
9999
* @arg {struct} data The json data to save onto the file
100100
*
101-
* @return {boolean} true if success, otherwise false
101+
* @return {bool} true if success, otherwise false
102102
*/
103103
function file_compressed_save(_filename, _data){
104104

0 commit comments

Comments
 (0)