Skip to content

Commit

Permalink
Merge pull request #41 from hammer/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comments
  • Loading branch information
rleonid committed May 12, 2015
2 parents 8301e6e + 46e9cca commit 280bb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/descriptive.mli
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type dist_stats = { size : int
val dist_classify : float array -> dist_stats
val unbiased_dist_classify : float array -> dist_stats

(** [histogra data width_setting] group [data] into a specific number of buckets
(** [histogram data width_setting] group [data] into a specific number of buckets
of given width (according to [width_setting]. *)
val histogram : float array -> [`Width of float | `Buckets of int] -> (float * int) array

Expand Down

0 comments on commit 280bb96

Please sign in to comment.