From e1d17415772a5f643940f20e262b5f3283ad337b Mon Sep 17 00:00:00 2001 From: callum Date: Sun, 22 Dec 2024 15:30:43 +0000 Subject: [PATCH] one more typo --- book/externs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/externs.md b/book/externs.md index 40389c95066..156ca892c24 100644 --- a/book/externs.md +++ b/book/externs.md @@ -35,7 +35,7 @@ Notice that the syntax here is similar to that of the `def` keyword when definin This implementation: -- Will provide `-p` and `-i` (with descriptions) as possibly completions for `ssh -`. +- Will provide `-p` and `-i` (with descriptions) as possible completions for `ssh -`. - Will perform parse-time type checking. Attempting to use a non-`int` for the port number will result in an error (and error-condition syntax highlighting). - Will offer parse-time syntax highlighting based on the shapes of the arguments. - Will offer any private key files in `~/.ssh` as completion values for the `-i` (identity) option