Fix typos and formatting in the sumstats docs

This commit is contained in:
Daniel Thayer 2013-10-10 23:15:12 -05:00
parent 3812716ace
commit 0753853726
6 changed files with 36 additions and 34 deletions

View file

@ -28,7 +28,7 @@ redef record ResultVal += {
# Internal use only. This is not meant to be publically available
# because we don't want to trust that we can inspect the values
# since we will like move to a probalistic data structure in the future.
# since we will likely move to a probabilistic data structure in the future.
# TODO: in the future this will optionally be a hyperloglog structure
unique_vals: set[Observation] &optional;
};