diff --git a/Meta/ShellCompletions/zsh/_serenity b/Meta/ShellCompletions/zsh/_serenity index eaf39866a0..32a6c59154 100644 --- a/Meta/ShellCompletions/zsh/_serenity +++ b/Meta/ShellCompletions/zsh/_serenity @@ -79,7 +79,7 @@ _serenity() { targets) case "$command" in install|image|copy-src|kaddr2line|rebuild-toolchain|rebuild-world) - # lagom target is not supported for these, remove from targets + # Lagom target is not supported for these, remove from targets. targets[$targets[(i)lagom]]=() ;; help)