From 121670d1a8122825b4056a76b5981c24d62d6dcc Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 27 Aug 2017 16:33:52 -0700 Subject: [PATCH] ircd::json: Minor comment cleanup. --- include/ircd/json/array.h | 6 +++--- include/ircd/json/tuple.h | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/include/ircd/json/array.h b/include/ircd/json/array.h index 1426f5f56..dbf10d646 100644 --- a/include/ircd/json/array.h +++ b/include/ircd/json/array.h @@ -30,9 +30,9 @@ namespace json { // ircd::json::object and that is important to note here: iterating this array // by incrementing your own numerical index and making calls into this object // is NOT efficient. Simply put, do not do something like -// `for(int x=0;x