diff options
Diffstat (limited to 'lib/std/private')
-rw-r--r-- | lib/std/private/schubfach.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/private/schubfach.nim b/lib/std/private/schubfach.nim index 5b965aaa7..206153a68 100644 --- a/lib/std/private/schubfach.nim +++ b/lib/std/private/schubfach.nim @@ -6,7 +6,7 @@ # -------------------------------------------------------------------------------------------------- ## This file contains an implementation of the Schubfach algorithm as described in ## -## [1] Raffaello Giulietti, "The Schubfach way to render doubles", +## \[1] Raffaello Giulietti, "The Schubfach way to render doubles", ## https://drive.google.com/open?id=1luHhyQF9zKlM8yJ1nebU0OgVYhfC6CBN # -------------------------------------------------------------------------------------------------- |