diff options
-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", |