Skip to content

Commit 217f906

Browse files
committed
doc: 更新文档注释
1 parent 9ecff37 commit 217f906

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BootstrapBlazor/Components/Upload/FileListUploadBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
55

66
namespace BootstrapBlazor.Components;
77

88
/// <summary>
9-
/// PreviewListUploadBase 基类
9+
/// FileListUploadBase 基类
1010
/// </summary>
1111
/// <typeparam name="TValue"></typeparam>
1212
public class FileListUploadBase<TValue> : UploadBase<TValue>

0 commit comments

Comments
 (0)