Skip to content

Commit 77ba242

Browse files
authored
Resolver: fix 'retreive'/'retreiveing' typos in XML doc comments (#2718)
Co-authored-by: SAY-5 <[email protected]>
1 parent 4be8d9d commit 77ba242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Grpc.Net.Client/Balancer/Resolver.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ public static ResolverResult ForResult(IReadOnlyList<BalancerAddress> addresses)
166166
/// Create <see cref="ResolverResult"/> for the specified addresses and service config.
167167
/// </summary>
168168
/// <param name="addresses">The resolved addresses.</param>
169-
/// <param name="serviceConfig">An optional service config. A <c>null</c> value indicates that the resolver either didn't retreive a service config or an error occurred. The error must be specified using <paramref name="serviceConfigStatus"/>.</param>
170-
/// <param name="serviceConfigStatus">A service config status. The status indicates an error retreiveing or parsing the config. The status must not be <see cref="StatusCode.OK"/> if no service config is specified.</param>
169+
/// <param name="serviceConfig">An optional service config. A <c>null</c> value indicates that the resolver either didn't retrieve a service config or an error occurred. The error must be specified using <paramref name="serviceConfigStatus"/>.</param>
170+
/// <param name="serviceConfigStatus">A service config status. The status indicates an error retrieving or parsing the config. The status must not be <see cref="StatusCode.OK"/> if no service config is specified.</param>
171171
/// <returns>A resolver result.</returns>
172172
[DebuggerStepThrough]
173173
public static ResolverResult ForResult(IReadOnlyList<BalancerAddress> addresses, ServiceConfig? serviceConfig, Status? serviceConfigStatus)

0 commit comments

Comments
 (0)