diff --git a/stdlib/Statistics/docs/src/index.md b/stdlib/Statistics/docs/src/index.md index 426166b3aea19..25cdf29216a88 100644 --- a/stdlib/Statistics/docs/src/index.md +++ b/stdlib/Statistics/docs/src/index.md @@ -2,6 +2,9 @@ The Statistics module contains basic statistics functionality. +!!! note + To use any of the examples described below, run `using Statistics` and then the code from the example. + ```@docs Statistics.std Statistics.stdm