Procházet zdrojové kódy

refactor(cache): fix spelling error

ayn2op před 9 měsíci
rodič
revize
5d76fdc143
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      internal/cache/cache.go

+ 1 - 2
internal/cache/cache.go

@@ -1,5 +1,4 @@
-// Used by MessageInput.searchMember to not overflow the gateway with redundent
-// search requests.
+// Package cache is used for completion to not overflow the gateway with redundant search requests.
 package cache
 
 import (