fixed typo in histogram doc

pull/62/head
Scott Anderson 2019-02-13 16:10:54 -07:00
parent 7a71c30408
commit c493b3d95a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ weight: 207
Histograms provide valuable insight into the distribution of your data.
This guide walks through using Flux's `histogram()` function to transform your data into a **cumulative histogram**.
## histgram() function
## histogram() function
The [`histogram()` function](/v2.0/reference/flux/functions/built-in/transformations/histogram) approximates the
cumulative distribution of a dataset by counting data frequencies for a list of "bins."
A **bin** is simply a range in which a data point falls.