瀏覽代碼

Fix caprintf comment

Jeroen van Rijn 2 年之前
父節點
當前提交
7ffca8ed58
共有 1 個文件被更改,包括 1 次插入1 次删除
  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