aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-27 12:33:56 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-27 12:34:27 +0100
commita3b290f770808546f3128c8eb014fc7d36dcc027 (patch)
tree27ceb8b966cb8dd52ec921de8a7d76d94e938f77
parent218b00727a7d451b1fa3c3a8f5638469d40d723e (diff)
Update comment.
-rw-r--r--reselect4
1 files changed, 2 insertions, 2 deletions
diff --git a/reselect b/reselect
index a001640..1b391a6 100644
--- a/reselect
+++ b/reselect
@@ -213,8 +213,8 @@ sub update {
}
}
}
- # Auto-launch a single url only if the launchsingle resource is true
- # (default), or if some digits were input
+ # Auto-launch a single match only if the launchsingle resource is true
+ # (default), or if the user typed something
if (scalar(@matches) == 1 && ($self->{launchsingle} || $len > 0)) {
$self->launch(@matches[0]);
} else {