Skip to content

Commit

Permalink
Fix typo in "multioutput" (#2432)
Browse files Browse the repository at this point in the history
Thanks for the fix.
  • Loading branch information
hybridherbst committed Aug 13, 2024
1 parent d1e4309 commit 6b487dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"_doc:" : "Supported type definition strings",
"type" : "string",
"enum": ["float", "integer", "boolean", "string", "filename", "color3", "color4", "vector2", "vector3", "vector4", "matrix33", "matrix44", "multioutout" ]
"enum": ["float", "integer", "boolean", "string", "filename", "color3", "color4", "vector2", "vector3", "vector4", "matrix33", "matrix44", "multioutput" ]
},

"value":
Expand Down

0 comments on commit 6b487dc

Please sign in to comment.