0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-11 12:31:07 +01: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 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