diff options
Diffstat (limited to 'lib/pure/math.nim')
-rw-r--r-- | lib/pure/math.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/math.nim b/lib/pure/math.nim index 54f5bc33e..ee78b6c91 100644 --- a/lib/pure/math.nim +++ b/lib/pure/math.nim @@ -35,7 +35,7 @@ ## # nan (use `complex` module) ## ## This module is available for the `JavaScript target -## <backends.html#the-javascript-target>`_. +## <backends.html#backends-the-javascript-target>`_. ## ## **See also:** ## * `complex module<complex.html>`_ for complex numbers and their |