We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bcc5c commit 6b2a7a2Copy full SHA for 6b2a7a2
src/main/kotlin/com/github/lppedd/cc/completion/LookupEnhancer.kt
@@ -104,7 +104,7 @@ internal class LookupEnhancer(
104
105
override fun uiRefreshed() {
106
try {
107
- // After much thoughts and trial-and-errors, keeping the Action list
+ // After many thoughts and trial-and-errors, keeping the Action list
108
// in memory and replacing each Action in the ActionGroup (the popup's menu)
109
// each time the UI is refreshed, is the only way to have a decent and consistent behavior.
110
// A positive side of this logic is that code is much simpler, and filters' state
0 commit comments