summaryrefslogtreecommitdiff
path: root/examples/11-transient-0/src/data.hob
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-07-24 23:32:04 +0100
committerMichael Williamson <mike@zwobble.org>2026-07-24 23:32:04 +0100
commit021634785b7c3b82c1203f490813008a95dffa1e (patch)
tree061bd96f4f8246b2f45e5b63d216672182e5f97c /examples/11-transient-0/src/data.hob
parent681da8f2c1d85dcda5a676fccaa04415c6adbdcb (diff)
Store list of shared values in example
Diffstat (limited to 'examples/11-transient-0/src/data.hob')
-rw-r--r--examples/11-transient-0/src/data.hob2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/11-transient-0/src/data.hob b/examples/11-transient-0/src/data.hob
index 57fe640..ca1d7be 100644
--- a/examples/11-transient-0/src/data.hob
+++ b/examples/11-transient-0/src/data.hob
@@ -63,5 +63,5 @@ struct StructWithSum {
}
struct StructWithShared {
- field inner: Shared[StructWithInt32];
+ field inner: List[Shared[StructWithInt32]];
}