mirror of
https://github.com/matrix-construct/construct
synced 2024-11-11 04:21:07 +01:00
doc: Minor STYLE fix.
This commit is contained in:
parent
546e57915b
commit
ca798bff74
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ inheritance.
|
||||||
of the structure fill in the pointers with their own functionality. -> Think
|
of the structure fill in the pointers with their own functionality. -> Think
|
||||||
virtual functions.
|
virtual functions.
|
||||||
* `if` statements that check for errors and `goto` some label at the bottom of
|
* `if` statements that check for errors and `goto` some label at the bottom of
|
||||||
a function under the normal return type. -> Think exceptions.
|
a function under the nominal return statement. -> Think exceptions.
|
||||||
|
|
||||||
|
|
||||||
#### Encapsulation will be relaxed
|
#### Encapsulation will be relaxed
|
||||||
|
|
Loading…
Reference in a new issue