Skip to content

Commit cafd52d

Browse files
authored
Update README-LanguageDraft-2.0.md
1 parent f86e918 commit cafd52d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README-LanguageDraft-2.0.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
end
4747
```
4848

49-
## 1.3. Structures, which are data only
49+
## 1.3. Structures, which are compound data type definitions including data types, used for data validation
5050

5151
```
5252
# maybe, not sure if required 100%
@@ -56,7 +56,7 @@
5656
end
5757
```
5858

59-
## 1.4. Structure data validations, which are type hinted interfaces alike
59+
## 1.4. Data objects, which can optionally be validated
6060

6161
```
6262
# maybe, but looks good already
@@ -66,13 +66,10 @@
6666
end
6767
```
6868

69-
## 1.5. Interfaces for class methods
69+
## 1.5. Class interfaces
7070

7171
```
7272
interface CarInterface
73-
private $tireCount
74-
private $color
75-
7673
constructor($tireCount, $color)
7774
7875
destructor()

0 commit comments

Comments
 (0)