diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-25 17:10:42 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-25 17:10:42 +0100 |
| commit | 6b4c2931d7861c8e03b4341a057ba421c7e9b507 (patch) | |
| tree | 1187f20fae5050410753639e7d8ecd54c5dd55cb /examples/11-transient-0/src | |
| parent | be55353a0bb22c39155e55c8571260c7dc3bba67 (diff) | |
Rename StructWithShared to StructWithListOfShared
Diffstat (limited to 'examples/11-transient-0/src')
| -rw-r--r-- | examples/11-transient-0/src/data.hob | 2 |
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 ca1d7be..63ed8d3 100644 --- a/examples/11-transient-0/src/data.hob +++ b/examples/11-transient-0/src/data.hob @@ -62,6 +62,6 @@ struct StructWithSum { field b: Int32; } -struct StructWithShared { +struct StructWithListOfShared { field inner: List[Shared[StructWithInt32]]; } |
