From f1a3351fbc3909bc1abcbbd8492344c8766e33b0 Mon Sep 17 00:00:00 2001 From: Collin MacDonald Date: Sat, 9 Aug 2025 07:30:48 -0500 Subject: [PATCH] [odin/en] remove odin language tag from code block (#5366) --- odin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odin.md b/odin.md index d7c01e03..e6f7d8d1 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. /*