diff options
author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-11 10:02:47 +0100 |
---|---|---|
committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-11 10:02:47 +0100 |
commit | 8ef903a1e0c01654124eeb38bbf7901e87e815bc (patch) | |
tree | 10dd78a60eb61a6a8becd3e553a61498fc9f83d3 | |
parent | f1a97a01b6ea93516acf7e222e5b9bd573d0edbc (diff) |
fixed another issue with the json formt
-rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |