From b9e75223b10b63304e68861559e684c1b29baeda Mon Sep 17 00:00:00 2001 From: Collin MacDonald Date: Fri, 8 Aug 2025 15:04:14 -0500 Subject: [PATCH] [odin/en] remove odin language tag from code block --- odin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odin.md b/odin.md index d7c01e030a..e6f7d8d1ab 100644 --- a/odin.md +++ b/odin.md @@ -10,7 +10,7 @@ programming language that emphasizes simplicity, readability, and performance without garbage collection. Odin bills itself as "the C alternative for the joy of programming." -```odin +``` // Single line comments start with two slashes. /*