Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Apr 21, 2022
1 parent 48bcc5c commit 6b2a7a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ internal class LookupEnhancer(

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

0 comments on commit 6b2a7a2

Please sign in to comment.