Skip to content

Commit

Permalink
feat(ocl-44): Lint tuple (Wrong comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiusD committed Dec 8, 2021
1 parent 6fd709b commit e7a0a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slides/markdown/ocl.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ Tuple {name:'Colette', grades:Collection(Integer) = Set{12, 13, 9},
**Equivalent expressions:**
```ocl
Tuple {name: String = 'Martin,' age: Integer = 42}
Tuple {name = 'Martin,' age = 42}
Tuple {name = 'Martin', age = 42}
Tuple {age = 42, name = 'Martin'}
```

Expand Down

0 comments on commit e7a0a50

Please sign in to comment.