fix const example
This commit is contained in:
parent
4e3de8bdb1
commit
aa8b861538
|
@ -16,4 +16,4 @@ type :Player {
|
||||||
Color :color,
|
Color :color,
|
||||||
};
|
};
|
||||||
|
|
||||||
Color :purple {255 255 0};
|
set :purple to immutable Color {255 255 0};
|
||||||
|
|
Loading…
Reference in New Issue