Skip to content

Commit 11e74b8

Browse files
committed
Fix typo
1 parent 242c51c commit 11e74b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nu-cli/src/completions/completer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ impl NuCompleter {
322322
|| prev_expr_str == b"overlay use"
323323
|| prev_expr_str == b"source-env"
324324
{
325-
// Apart from default completer, which searchs for .nu files from NU_LIB_DIRS,
325+
// Apart from default completer, which searches for .nu files from NU_LIB_DIRS,
326326
// we also support the case where .nu files are in other folders, like Python
327327
// virtual environments.
328328
let mut default_completer = DotNuCompletion::new();

0 commit comments

Comments
 (0)