Skip to content

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Dec 5, 2023
1 parent a0c0e23 commit 768f993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/14 History.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ console.log(entries) // ["Entry 1", "Entry 2"]

This works for all value types, e.g. for primitive pointers:
```ts
const name = $("Max")
const name = $$("Max")
history.add(name);

name.val = "Tom"
Expand Down

0 comments on commit 768f993

Please sign in to comment.