Fix small typo in comment.

This commit is contained in:
Ryan Roden-Corrent 2021-04-23 06:50:13 -04:00
parent 23454e111c
commit ec34db0618
No known key found for this signature in database
GPG Key ID: 435D8B10692555C9

View File

@ -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();