Skip to content

Commit cd8aa0c

Browse files
committed
修改注释
1 parent 04a764e commit cd8aa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebApiClientCore/DependencyInjection/WebApiClientBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static class WebApiClientBuilderExtensions
1818
/// 添加WebApiClient全局默认配置
1919
/// </summary>
2020
/// <remarks>
21-
/// <para>• 尝试使用DefaultHttpApiActivator,运行时使用SourceGenerator生成的代理类或Emit动态创建THttpApi的代理类来创建代理类实例</para>
21+
/// <para>• 尝试使用DefaultHttpApiActivator,使用SourceGenerator生成的代理类或Emit动态创建代理类来创建代理实例</para>
2222
/// <para>• 尝试使用DefaultApiActionDescriptorProvider,缺省参数特性声明时为参数应用PathQueryAttribute</para>
2323
/// <para>• 尝试使用DefaultResponseCacheProvider,在内存中缓存响应结果</para>
2424
/// <para>• 尝试使用DefaultApiActionInvokerProvider</para>

0 commit comments

Comments
 (0)