From 9df81bed9fc43abbc8803b21304de6ee4931e9af Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 20 Oct 2025 19:14:18 +0200 Subject: [PATCH] Fix detached comment --- core/strings/strings.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/strings/strings.odin b/core/strings/strings.odin index d13b45022..beaa8bda1 100644 --- a/core/strings/strings.odin +++ b/core/strings/strings.odin @@ -2932,7 +2932,6 @@ Output: abc1 abc2 abc3 */ - expand_tabs :: proc(s: string, tab_size: int, allocator := context.allocator) -> (res: string, err: mem.Allocator_Error) #optional_allocator_error { if tab_size <= 0 { panic("tab size must be positive")