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

Fixes #13639

Release Notes:

- N/A
This commit is contained in:
Peter Tripp
2024-06-28 08:48:10 -04:00
committed by GitHub
parent 891f195f7b
commit a295b90597
+1 -1
View File
@@ -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.
///