diff options
-rw-r--r-- | devel/STYLE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/STYLE.rst b/devel/STYLE.rst index 86c4df4..7f27f60 100644 --- a/devel/STYLE.rst +++ b/devel/STYLE.rst @@ -97,7 +97,7 @@ purpose. Methods SHOULD also use Doxygen-style notation for describing their parameters, return values (if any), and side-effects (if any). -Encapuslation +Encapsulation ------------- C++ classes that are meant to be public API (that is, consumed by external |