aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 15a72d6..5a57f30 100644
--- a/index.html
+++ b/index.html
@@ -1289,7 +1289,7 @@ pub fn hello() { /* ... */ }
pub fn bye() { /* ... */ }
#[completion(EntryHello)]
-pub fn complete_hello(ctx: &ShellContext) -> Suggest {
+pub fn complete_hello(ctx: ShellContext) -> Suggest {
if ctx.previous_word == "hello" {
suggest! {
"Alice": "The Sender",