diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index cc02f9f..0c9df9b 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -579,7 +579,7 @@ if (( $+X_ZSH_HIGHLIGHT_DIRS_BLACKLIST )); then unset X_ZSH_HIGHLIGHT_DIRS_BLACKLIST fi -# Restore the aliases we unned. +# Restore the aliases that were unaliased above (via 'builtin unalias'). # # We use 'builtin' here (and not just when capturing them above) in case the # 'alias' command has itself been aliased or overridden by the user; see