0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-22 00:18:57 +02:00

doc: Minor STYLE fix.

This commit is contained in:
Jason Volk 2018-05-04 15:04:54 -07:00
parent 546e57915b
commit ca798bff74

View file

@ -30,7 +30,7 @@ inheritance.
of the structure fill in the pointers with their own functionality. -> Think
virtual functions.
* `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