From ca798bff749c2b1c3493a4de4dc5745ab6ca2ab3 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 4 May 2018 15:04:54 -0700 Subject: [PATCH] doc: Minor STYLE fix. --- doc/STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/STYLE.md b/doc/STYLE.md index 820c71dad..18c9e0839 100644 --- a/doc/STYLE.md +++ b/doc/STYLE.md @@ -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