Skip to content

Commit faa9743

Browse files
authored
Merge pull request #662 from witheve/fix/quickstart
Fix typo in quickstart
2 parents ec2a49b + 9823680 commit faa9743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quickstart.eve

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ bind
158158
student.age := calculated-age
159159
~~~
160160

161-
This block selects all students, and uses and [if-then][if-then] expression to set the student's calculated age. If the student already has an age, we set it to that. Otherwise, if the student has no age, we can calculate it with some arithmetic. The [set operator][set] `:=` sets an attribute to a specified value regardless of what it was before the block executed. That value can be anything, from a number to a string to another record.
161+
This block selects all students, and uses an [if-then][if-then] expression to set the student's calculated age. If the student already has an age, we set it to that. Otherwise, if the student has no age, we can calculate it with some arithmetic. The [set operator][set] `:=` sets an attribute to a specified value regardless of what it was before the block executed. That value can be anything, from a number to a string to another record.
162162

163163
### Aggregates
164164

0 commit comments

Comments
 (0)