From 41bcf77e25f07cc6748776290824b7b0bc01dbdd Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 10 Sep 2019 12:58:17 +0200 Subject: [PATCH] fix comment --- src/complete.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/complete.cpp b/src/complete.cpp index 4d78260fc..8829e4541 100644 --- a/src/complete.cpp +++ b/src/complete.cpp @@ -745,7 +745,7 @@ void completer_t::complete_abbr(const wcstring &cmd) { /// @param desc /// Description of the completion /// @param flags -/// The list into which the results will be inserted +/// The flags /// void completer_t::complete_from_args(const wcstring &str, const wcstring &args, const wcstring &desc, complete_flags_t flags) {