From bbf297f2653cc565da932277b99c929e1e399faf Mon Sep 17 00:00:00 2001 From: samwega Date: Fri, 3 Oct 2025 21:18:38 +0300 Subject: [PATCH] fix: copy/paste error --- core/strconv/strconv.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/strconv/strconv.odin b/core/strconv/strconv.odin index 8680542ee..7fcb578f7 100644 --- a/core/strconv/strconv.odin +++ b/core/strconv/strconv.odin @@ -1547,7 +1547,7 @@ write_u128 :: proc(buf: []byte, u: u128, base: int) -> string { } /* -`ftoa` C name deprecated, use `int_to_string` instead (same procedure) +`ftoa` C name deprecated, use `write_float` instead (same procedure) Writes a float64 value as a string to the given buffer with the specified format and precision