diff options
| author | samwega <alexanderglavan@gmail.com> | 2025-10-03 21:18:38 +0300 |
|---|---|---|
| committer | samwega <alexanderglavan@gmail.com> | 2025-10-03 21:18:38 +0300 |
| commit | bbf297f2653cc565da932277b99c929e1e399faf (patch) | |
| tree | 383d9c826cd01cdd64f7e68ee5f56f9878d0eb4b /core/strconv | |
| parent | 2af3f280bf232274d8f5aa32b7f3ded53e0b5061 (diff) | |
fix: copy/paste error
Diffstat (limited to 'core/strconv')
| -rw-r--r-- | core/strconv/strconv.odin | 2 |
1 files changed, 1 insertions, 1 deletions
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 |