Fix caprintf comment

This commit is contained in:
Jeroen van Rijn
2023-03-27 11:12:21 +02:00
parent 030405dbb6
commit 7ffca8ed58
+1 -1
View File
@@ -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