Skip to content

Commit 98667f3

Browse files
authored
Merge pull request #21 from beilharz/patch-1
Update add.md
2 parents 0ff4a5b + 11fdaa7 commit 98667f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/handbook/add.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ record.attribute += value
1818
1919
// Add a tag to a record
2020
record += #tag
21-
22-
// Add a name to a record
23-
record += @name
2421
```
2522

2623
## Description
@@ -33,8 +30,6 @@ record += @name
3330

3431
`record += #tag` adds `#tag` to `record`. This is shorthand for `record.tag += "tag"`.
3532

36-
`record += @name` adds `@name` to `record`. This is shorthand for `record.name += "name"`.
37-
3833
## Examples
3934

4035
Add the current second to a record. Since Eve works in sets, `time-history` can only ever hold then numbers 0 through 60. This means after one minute passes, no new elements will be added to `tracker.time-history`.

0 commit comments

Comments
 (0)