Skip to content

Commit

Permalink
one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HartBlanc committed Dec 22, 2024
1 parent 79d37b0 commit e1d1741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/externs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1d1741

Please sign in to comment.