소스 검색

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
 
 import (