Skip to content

Commit

Permalink
chore: fix wrong KclType documents. (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Aug 4, 2023
1 parent 1e0c6c7 commit 3824aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/spec/gpyrpc/gpyrpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ message KeyValuePair {
// ----------------------------------------------------------------------------

message KclType {
string type = 1; // schema, dict, list, str, int, float, bool, null, type_string
string type = 1; // schema, dict, list, str, int, float, bool, any, union, number_multiplier
repeated KclType union_types = 2 ; // union types
string default = 3; // default value

Expand Down

0 comments on commit 3824aa0

Please sign in to comment.