Fix small typo in comment.
This commit is contained in:
parent
23454e111c
commit
ec34db0618
@ -1864,7 +1864,7 @@ pub fn main() anyerror!void {
|
||||
var json_parser = std.json.Parser.init(allocator, false);
|
||||
defer json_parser.deinit();
|
||||
|
||||
// Arena used for temporary allocations while handlign a request
|
||||
// Arena used for temporary allocations while handling a request
|
||||
var arena = std.heap.ArenaAllocator.init(allocator);
|
||||
defer arena.deinit();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user