Explorar o código

Fix caprintf comment

Jeroen van Rijn %!s(int64=2) %!d(string=hai) anos
pai
achega
7ffca8ed58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/fmt/fmt.odin

+ 1 - 1
core/fmt/fmt.odin

@@ -283,7 +283,7 @@ panicf :: proc(fmt: string, args: ..any, loc := #caller_location) -> ! {
 }
 // Creates a formatted C string
 //
-// *Allocates Using Context's Temporary Allocator*
+// *Allocates Using Context's Allocator*
 //
 // Inputs:
 // - format: A format string with placeholders for the provided arguments