From d7418f8ff2ad18b332bccb9664e765b594a29be6 Mon Sep 17 00:00:00 2001
From: Orphaeus <22770416+Orphaeus@users.noreply.github.com>
Date: Wed, 25 Feb 2026 22:38:29 -0500
Subject: [PATCH] Fix unprofessional language in ` TabContainer` & `TabBar`
documentation
---
doc/classes/TabBar.xml | 2 +-
doc/classes/TabContainer.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/classes/TabBar.xml b/doc/classes/TabBar.xml
index fca06cce33..957b636f57 100644
--- a/doc/classes/TabBar.xml
+++ b/doc/classes/TabBar.xml
@@ -435,7 +435,7 @@
Icon for the left arrow button that appears when there are too many tabs to fit in the container width. Used when the button is being hovered with the cursor.
- Icon shown to indicate where a dragged tab is gonna be dropped (see [member drag_to_rearrange_enabled]).
+ Icon shown to indicate where a dragged tab will be dropped (see [member drag_to_rearrange_enabled]).
Icon for the right arrow button that appears when there are too many tabs to fit in the container width. When the button is disabled (i.e. the last tab is visible) it appears semi-transparent.
diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml
index 87ab4d93eb..7e6e588f58 100644
--- a/doc/classes/TabContainer.xml
+++ b/doc/classes/TabContainer.xml
@@ -361,7 +361,7 @@
Icon for the left arrow button that appears when there are too many tabs to fit in the container width. Used when the button is being hovered with the cursor.
- Icon shown to indicate where a dragged tab is gonna be dropped (see [member drag_to_rearrange_enabled]).
+ Icon shown to indicate where a dragged tab will be dropped (see [member drag_to_rearrange_enabled]).
Icon for the right arrow button that appears when there are too many tabs to fit in the container width. When the button is disabled (i.e. the last tab is visible) it appears semi-transparent.