Skip to content

Commit 7309f65

Browse files
committed
doc: 更新注释文档
1 parent 5ed1743 commit 7309f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Layout/Layout.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public partial class Layout : IHandlerException, ITabHeader
138138
/// </summary>
139139
[Parameter]
140140
[ExcludeFromCodeCoverage]
141-
[Obsolete("已弃用,请使用 ShowSplitBar 单词拼写错误;Deprecated, please use ShowSplitBar The word is misspelled")]
141+
[Obsolete("已弃用,请使用 ShowSplitBar 单词拼写错误;Deprecated. Please use 'ShowSplitBar' instead. The word 'Splitebar' is misspelled.")]
142142
public bool ShowSplitebar { get; set; }
143143

144144
/// <summary>

0 commit comments

Comments
 (0)