From 6bae6eb3f1f8f2b62f1e763814888657ac25d2f2 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 22 Jun 2026 15:46:02 +0200 Subject: [PATCH] Clarify "it" --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6932d029f..51dade656 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3842,7 +3842,7 @@ int main(int arg_count, char const **arg_ptr) { usage(args[0]); return 1; } - // NOTE(Jeroen): `odin root` omits it on purpose so that it can be used in scripts. + // NOTE(Jeroen): `odin root` omits a newline on purpose so that it can be used in scripts. // e.g. `ODIN_CORE="$(odin root)core"`. // Human convenience is not a consideration. // Further pull requests to add a newline will be closed without comment.