Преглед изворни кода

refactor(cache): fix spelling error

ayn2op пре 9 месеци
родитељ
комит
5d76fdc143
1 измењених фајлова са 1 додато и 2 уклоњено
  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
 package cache
 
 
 import (
 import (