You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The expression may use `this` to refer to the struct being converted. Multiple c
22
22
23
23
Creating a struct involves a simple expression:
24
24
```
25
-
set {_a} to a message struct
25
+
set {_a} to a message struct instance
26
26
```
27
27
`{_a}` is now a new instance of the Message template, with contents and sender unset and timestamp set to the date the struct was created. Fields can be accessed and modified with the field access expression:
0 commit comments