diff --git a/lib/PuppeteerSharp/CustomQueryHandler.cs b/lib/PuppeteerSharp/CustomQueryHandler.cs index 49768e4e9..d06d939c6 100644 --- a/lib/PuppeteerSharp/CustomQueryHandler.cs +++ b/lib/PuppeteerSharp/CustomQueryHandler.cs @@ -1,6 +1,6 @@ namespace PuppeteerSharp { - // This calls represents both InternalQueryHandler and CustomQueryHandler upstream. + // This class represents both InternalQueryHandler and CustomQueryHandler upstream. /// /// Contains two functions `queryOne` and `queryAll` to be used as custom query handlers @@ -18,4 +18,4 @@ public class CustomQueryHandler /// public string QueryAll { get; set; } } -} \ No newline at end of file +}