From 8ef903a1e0c01654124eeb38bbf7901e87e815bc Mon Sep 17 00:00:00 2001 From: Daniel Langesten Date: Wed, 11 Mar 2015 10:02:47 +0100 Subject: fixed another issue with the json formt --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 8471724..204ac18 100644 --- a/config.json +++ b/config.json @@ -5,7 +5,7 @@ "comment Epsilon": "Epsilon is the epsilon value for differential privacy. epsilon < 1 high privacy, 10 < epsilon low privacy. If epsilon is set to 0, differential privacy will not be used.", "epsilon": 0, - "comment Volumes": "The volumes that a packet size can fall into. size is the label given to the volume. The interval of the volumes is [lower,upper). + "comment Volumes": "The volumes that a packet size can fall into. size is the label given to the volume. The interval of the volumes is [lower,upper).", "volumes": [ { "size": "small", -- cgit v1.1