Fix the broken link in math.nim (#11653) [ci skip]

This commit is contained in:
Graeme Cross
2019-07-04 21:24:19 +10:00
committed by Miran
parent 4450fca6fd
commit dad3c40f55

View File

@@ -47,7 +47,7 @@
## * `random module<random.html>`_ for fast and tiny random number generator
## * `mersenne module<mersenne.html>`_ for Mersenne twister random number generator
## * `stats module<stats.html>`_ for statistical analysis
## * `strformat module<strformat>`_ for formatting floats for print
## * `strformat module<strformat.html>`_ for formatting floats for print
include "system/inclrtl"