From a295b90597887ed5c65182157c5d4051b20dbe43 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Fri, 28 Jun 2024 08:48:10 -0400 Subject: [PATCH] Fix typo in tab_bar.show default value rustdoc (#13641) Fixes #13639 Release Notes: - N/A --- crates/workspace/src/workspace_settings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/workspace/src/workspace_settings.rs b/crates/workspace/src/workspace_settings.rs index a99630b073..235d49983b 100644 --- a/crates/workspace/src/workspace_settings.rs +++ b/crates/workspace/src/workspace_settings.rs @@ -95,7 +95,7 @@ pub struct TabBarSettings { pub struct TabBarSettingsContent { /// Whether or not to show the tab bar in the editor. /// - /// Default: top + /// Default: true pub show: Option, /// Whether or not to show the navigation history buttons in the tab bar. ///