Skip to content

Commit 9a10160

Browse files
committed
doc: 更新注释
1 parent 715a373 commit 9a10160

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BootstrapBlazor/Components/Upload/CardUpload.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
@@ -73,7 +73,7 @@ public partial class CardUpload<TValue>
7373
public RenderFragment<UploadFile>? ActionButtonTemplate { get; set; }
7474

7575
/// <summary>
76-
/// 获得/设置 是否显示文件尺寸,默认为true显示
76+
/// 获得/设置 是否显示文件尺寸,默认为 true 显示
7777
/// </summary>
7878
[Parameter]
7979
public bool ShowFileSize { get; set; } = true;

0 commit comments

Comments
 (0)