Skip to content

Commit 7fd9145

Browse files
committed
Fix FloatValue() return type in JSON
1 parent 2ad48ef commit 7fd9145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Ext.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"Returns": "String"
129129
},
130130
{ "Title": "FloatValue(",
131-
"Returns": "Integer"
131+
"Returns": "Float"
132132
},
133133
{ "Title": "DoubleValue$(",
134134
"Returns": "String"

0 commit comments

Comments
 (0)