Skip to content

Commit bb3ef0f

Browse files
authored
Update README (#26)
1 parent 206be12 commit bb3ef0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The expression may use `this` to refer to the struct being converted. Multiple c
2222

2323
Creating a struct involves a simple expression:
2424
```
25-
set {_a} to a message struct
25+
set {_a} to a message struct instance
2626
```
2727
`{_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:
2828
```
@@ -32,7 +32,7 @@ reset {_a}->timestamp
3232
```
3333
Structs can also be created with initial values:
3434
```
35-
set {_a} to a message struct:
35+
set {_a} to a message struct instance:
3636
sender: player
3737
contents: "hello world"
3838
```

0 commit comments

Comments
 (0)