From a22b9403a7351beffa4bae32c35f02ed9c802599 Mon Sep 17 00:00:00 2001 From: Michael Long <mlong@mlong.us> Date: Tue, 8 Dec 2020 20:12:35 -0800 Subject: [PATCH] fix incorrect comments --- exec/load/json-client.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exec/load/json-client.js b/exec/load/json-client.js index a4341ba2c2..1d3fea30cc 100644 --- a/exec/load/json-client.js +++ b/exec/load/json-client.js @@ -17,8 +17,9 @@ load("json-sock.js"); - JSONClient.read(scope,location,lock); - JSONClient.pop(scope,location,lock); - JSONClient.shift(scope,location,lock); - - JSONClient.write(scope,location,lock); - - JSONClient.push(scope,location,lock); + - JSONClient.write(scope,location,data,lock); + - JSONClient.push(scope,location,data,lock); + - JSONClient.remove(scope,location,lock); - JSONClient.unshift(scope,location,lock); - JSONClient.splice(scope,location,start,end,data,lock) - JSONClient.slice(scope,location,start,end,lock) -- GitLab