fix const example

This commit is contained in:
zongor 2025-01-26 10:03:40 -05:00
parent 4e3de8bdb1
commit aa8b861538
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ type :Player {
Color :color, Color :color,
}; };
Color :purple {255 255 0}; set :purple to immutable Color {255 255 0};