diff --git a/Library-Documentation.md b/Library-Documentation.md index 433525f..a78b052 100644 --- a/Library-Documentation.md +++ b/Library-Documentation.md @@ -279,7 +279,7 @@ int main(int argc, char** argv) { --- -#### Functions +### Functions `libhelper` provides many helper functions. Some of these throw `Helper::Error`. We'll cover each one with code examples. ```c++