diff options
Diffstat (limited to 'lib/impure/web.nim')
-rw-r--r-- | lib/impure/web.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/web.nim b/lib/impure/web.nim index db1ec4f1e..3893843c6 100644 --- a/lib/impure/web.nim +++ b/lib/impure/web.nim @@ -17,7 +17,7 @@ ## Currently only requesting URLs is implemented. The implementation depends ## on the libcurl library! ## -## **Deprecated since version 0.8.6:** Use the httpclient module instead. +## **Deprecated since version 0.8.6:** Use the ``httpclient`` module instead. ## {.deprecated.} |