Fix typo in tab_bar.show default value rustdoc (#13641)

Peter Tripp created

Fixes #13639

Release Notes:

- N/A

Change summary

crates/workspace/src/workspace_settings.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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<bool>,
     /// Whether or not to show the navigation history buttons in the tab bar.
     ///