From 37a07cc63f3f9b561af097250d3d19253c035268 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 12 Sep 2024 06:04:42 +0300 Subject: [PATCH] update comments --- src/app/browser/main/tab.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/browser/main/tab.hpp b/src/app/browser/main/tab.hpp index 3c69c617..e5878d7f 100644 --- a/src/app/browser/main/tab.hpp +++ b/src/app/browser/main/tab.hpp @@ -21,7 +21,7 @@ namespace app::browser::main public: /* - * Class database + * Tab class database * * Allowed parental access to enums and relationship methods */ @@ -76,7 +76,7 @@ namespace app::browser::main const bool SCROLLABLE = true; /* - * Class API + * Tab class API */ public: