From 4bb8c23244636e9c6440601836ab3b5cc214e404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Tue, 2 Sep 2025 12:38:00 +0300 Subject: [PATCH] Updated Library Documentation (markdown) --- Library-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++