Skip to content

Commit 27a7a39

Browse files
committed
Revert "doc: update test"
This reverts commit bd61de6.
1 parent 70eaae2 commit 27a7a39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BootstrapBlazor/Extensions/QueryPageOptionsExtensions.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
@@ -21,7 +21,7 @@ public static FilterKeyValueAction ToFilter(this QueryPageOptions option)
2121
{
2222
var filter = new FilterKeyValueAction();
2323

24-
// 处理模糊搜索测试11
24+
// 处理模糊搜索
2525
if (option.Searches.Count != 0)
2626
{
2727
filter.Filters.Add(new FilterKeyValueAction()

0 commit comments

Comments
 (0)