mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix caprintf comment
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ panicf :: proc(fmt: string, args: ..any, loc := #caller_location) -> ! {
|
|||||||
}
|
}
|
||||||
// Creates a formatted C string
|
// Creates a formatted C string
|
||||||
//
|
//
|
||||||
// *Allocates Using Context's Temporary Allocator*
|
// *Allocates Using Context's Allocator*
|
||||||
//
|
//
|
||||||
// Inputs:
|
// Inputs:
|
||||||
// - format: A format string with placeholders for the provided arguments
|
// - format: A format string with placeholders for the provided arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user