소스 검색

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