From 79e76ae64c0aad68829952b1e5ff386d5aeab147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Wed, 10 May 2023 23:04:32 +0200 Subject: [PATCH] Meta/ShellCompletions: Use standard Serenity comment style --- Meta/ShellCompletions/zsh/_serenity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)