Skip to content

Commit e1d1741

Browse files
committed
one more typo
1 parent 79d37b0 commit e1d1741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/externs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Notice that the syntax here is similar to that of the `def` keyword when definin
3535

3636
This implementation:
3737

38-
- Will provide `-p` and `-i` (with descriptions) as possibly completions for `ssh -`.
38+
- Will provide `-p` and `-i` (with descriptions) as possible completions for `ssh -`.
3939
- 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).
4040
- Will offer parse-time syntax highlighting based on the shapes of the arguments.
4141
- Will offer any private key files in `~/.ssh` as completion values for the `-i` (identity) option

0 commit comments

Comments
 (0)