Skip to content

Commit b1fc4f1

Browse files
committed
doc: 更新注释
1 parent 1028807 commit b1fc4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootstrapBlazor/Extensions/DialogServiceExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
namespace BootstrapBlazor.Components;
99

1010
/// <summary>
11-
/// DialogService 扩展方法
11+
/// DialogService extensions method
1212
/// </summary>
1313
public static class DialogServiceExtensions
1414
{
1515
/// <summary>
16-
/// 弹出带结果的对话框
16+
/// Show dialog with generic type.
1717
/// </summary>
1818
/// <param name="service">DialogService 服务实例</param>
1919
/// <param name="title">对话框标题,优先级高于 <see cref="DialogOption.Title"/></param>

0 commit comments

Comments
 (0)