Skip to content

Commit 95376f7

Browse files
logankilpatrickfredrikekre
authored andcommitted
Add note about using Statistics in docs. (#32897)
1 parent db8a502 commit 95376f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/Statistics/docs/src/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
The Statistics module contains basic statistics functionality.
44

5+
!!! note
6+
To use any of the examples described below, run `using Statistics` and then the code from the example.
7+
58
```@docs
69
Statistics.std
710
Statistics.stdm

0 commit comments

Comments
 (0)