Skip to content

Commit aa90eeb

Browse files
authored
Update README-LanguageDraft-2.0.md
1 parent 89338d5 commit aa90eeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README-LanguageDraft-2.0.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
## 1.3. Structures, which are compound data types, including sub data type definitions, used for data validation
4949

5050
```
51-
# maybe, not sure if required 100%
5251
structure CarData
5352
$tireCount: Integer
5453
$color: Integer
@@ -58,7 +57,6 @@
5857
## 1.4. Data objects, which can optionally be validated
5958

6059
```
61-
# maybe, but looks good already
6260
data Car [validated-by CarData]
6361
private $tireCount = 4
6462
private $color = "red"

0 commit comments

Comments
 (0)