Skip to content

Commit 544f7dc

Browse files
author
mgramigna
committed
A fitting end to this work: a typo
1 parent aeb97fb commit 544f7dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following is an example of the `Add` class that corresponds to the JSON ELM
5959
```typescript
6060
class Add extends Expression {
6161
arg1: IntegerLiteral;
62-
arg1: IntegerLiteral;
62+
arg2: IntegerLiteral;
6363

6464
constructor(json: any) {
6565
super(json);

0 commit comments

Comments
 (0)