summaryrefslogtreecommitdiff
path: root/demo/more/grid0.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/more/grid0.ur')
-rw-r--r--demo/more/grid0.ur4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/more/grid0.ur b/demo/more/grid0.ur
index 3e3d27ab..410554c9 100644
--- a/demo/more/grid0.ur
+++ b/demo/more/grid0.ur
@@ -13,8 +13,8 @@ open Make(struct
A = {New = return 0,
Inj = _}}
- val cols = {Id = Direct.readOnly [#Id] ! "Id" Direct.int,
- A = Direct.editable [#A] ! "A" Direct.int}
+ val cols = {Id = Direct.readOnly [#Id] "Id" Direct.int,
+ A = Direct.editable [#A] "A" Direct.int}
val aggregates = {}