From 7e07d9e79eada649dff996ba40f79926dfa15520 Mon Sep 17 00:00:00 2001 From: William Storey Date: Thu, 21 Nov 2024 10:01:52 -0800 Subject: [PATCH] Fix typo in webrisk_client.go --- webrisk_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrisk_client.go b/webrisk_client.go index 46aa5fc..c9795a0 100644 --- a/webrisk_client.go +++ b/webrisk_client.go @@ -54,7 +54,7 @@ // If we are unsure about the query, we check the local cache, which can be used // to satisfy queries immediately if the same query had been made recently. // The cache will tell us that the query is either safe, unsafe, or unknown -// (because the it's not in the cache or the entry expired). +// (because it's not in the cache or the entry expired). // // If we are still unsure about the query, then we finally query the API server, // which is guaranteed to return to us an authoritative answer, assuming no