Skip to content

Commit

Permalink
Merge cfbe1d2 into db72e6c
Browse files Browse the repository at this point in the history
  • Loading branch information
vadv committed Dec 13, 2018
2 parents db72e6c + cfbe1d2 commit 05eb716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fmt.Println(roundedMedian) // 4

**Protip:** You can [call methods](https://github.com/montanaflynn/stats/blob/master/examples/methods.go) on the data if using the Float64Data type:

```
```go
var d stats.Float64Data = data

max, _ := d.Max()
Expand Down

0 comments on commit 05eb716

Please sign in to comment.