Browse Source

Fix caprintf comment

Jeroen van Rijn 2 năm trước cách đây
mục cha
commit
7ffca8ed58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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