Skip to content

Commit 53e4bbe

Browse files
authored
whitespace
1 parent 664bcda commit 53e4bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/REPLCompletions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ function complete_keyword_argument(partial::String, last_idx::Int, context_modul
10851085
# limit the number of methods to prevent performance issues while allowing
10861086
# completions for nearly all common functions. This is distinct from the other
10871087
# uses of MAX_METHOD_COMPLETIONS, which primarily used to limit the number
1088-
# of methods to _display_ before showing an alternative message; here we're
1088+
# of methods to _display_ before showing an alternative message; here we're
10891089
# searching a larger number to find a subset that contains matching kwargs
10901090
complete_methods!(methods, funct, Any[Vararg{Any}], kwargs_ex, shift ? -1 : 500, kwargs_flag == 1)
10911091
# TODO: use args_ex instead of Any[Vararg{Any}] and only provide kwarg completion for

0 commit comments

Comments
 (0)