Merge pull request #314 from rcorre/typo

Fix small typo in comment.
This commit is contained in:
Alexandros Naskos 2021-04-23 08:17:14 -07:00 committed by GitHub
commit 82bb1911b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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