diff --git a/src/Phetch.Core/Endpoint.cs b/src/Phetch.Core/Endpoint.cs index e078732..786c2b9 100644 --- a/src/Phetch.Core/Endpoint.cs +++ b/src/Phetch.Core/Endpoint.cs @@ -163,7 +163,7 @@ public Task Invoke(TArg arg, CancellationToken ct = default) public FixedQuery? GetCachedQuery(TArg arg) => Cache.GetCachedQuery(arg); /// - /// Similar to , but looks up a query by it's key directly. + /// Similar to , but looks up a query by its key directly. /// This is only useful when using , /// because otherwise the key and arguments are equivalent. ///