Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Jun 10, 2024
1 parent f7635fb commit 9763c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phetch.Core/Endpoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public Task<TResult> Invoke(TArg arg, CancellationToken ct = default)
public FixedQuery<TArg, TResult>? GetCachedQuery(TArg arg) => Cache.GetCachedQuery(arg);

/// <summary>
/// Similar to <see cref="GetCachedQuery(TArg)"/>, but looks up a query by it's key directly.
/// Similar to <see cref="GetCachedQuery(TArg)"/>, but looks up a query by its key directly.
/// This is only useful when using <see cref="EndpointOptions{TArg, TResult}.KeySelector"/>,
/// because otherwise the key and arguments are equivalent.
/// </summary>
Expand Down

0 comments on commit 9763c77

Please sign in to comment.