From 38ccd7680f79df0e25e7ad27e258490f1e9fd305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Tue, 2 Sep 2025 19:19:25 +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 2ef7bb5..20f354f 100644 --- a/Library-Documentation.md +++ b/Library-Documentation.md @@ -203,7 +203,7 @@ int main(int argc, char** argv) { --- #### Error Class -It is a throwable error class derived from `std::exception`. Thrown errors are also recorded in the logs. +It is a throwable error class derived from `std::exception`. Thrown errors are also recorded in the logs. Can take `printf()` style input. ```c++ #include