Fixed typo in csharp-netcore httpclient generated code (#10119)

This commit is contained in:
Sampo Kivistö 2021-08-11 05:58:58 +03:00 committed by GitHub
parent d0788cdbc1
commit f9dd448451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ namespace {{packageName}}.Client
} }
} }
/// <summary> /// <summary>
/// Provides a default implementation of an Api client (both synchronous and asynchronous implementatios), /// Provides a default implementation of an Api client (both synchronous and asynchronous implementations),
/// encapsulating general REST accessor use cases. /// encapsulating general REST accessor use cases.
/// </summary> /// </summary>
/// <remarks> /// <remarks>