diff options
-rw-r--r-- | doc/lib.rst | 3 | ||||
-rw-r--r-- | lib/pure/colors.nim | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 2872b6045..fdf2d0f56 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -441,8 +441,7 @@ Miscellaneous browser. * `colors <colors.html>`_ - This module implements color handling for Nim. It is used by - the ``graphics`` module. + This module implements color handling for Nim. * `coro <coro.html>`_ This module implements experimental coroutines in Nim. diff --git a/lib/pure/colors.nim b/lib/pure/colors.nim index 159bc8023..5293a6142 100644 --- a/lib/pure/colors.nim +++ b/lib/pure/colors.nim @@ -6,8 +6,7 @@ # distribution, for details about the copyright. # -## This module implements color handling for Nim. It is used by -## the ``graphics`` module. +## This module implements color handling for Nim. import strutils from algorithm import binarySearch |