Skip to content

Commit 6b2a7a2

Browse files
committed
chore: fix typo
1 parent 48bcc5c commit 6b2a7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/lppedd/cc/completion/LookupEnhancer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ internal class LookupEnhancer(
104104

105105
override fun uiRefreshed() {
106106
try {
107-
// After much thoughts and trial-and-errors, keeping the Action list
107+
// After many thoughts and trial-and-errors, keeping the Action list
108108
// in memory and replacing each Action in the ActionGroup (the popup's menu)
109109
// each time the UI is refreshed, is the only way to have a decent and consistent behavior.
110110
// A positive side of this logic is that code is much simpler, and filters' state

0 commit comments

Comments
 (0)