diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2010-02-19 08:34:07 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2010-02-19 08:34:07 +0100 |
commit | 64da2f16813bbf03b8a2117d7c4abffd1adf525f (patch) | |
tree | 5fd7ae17a85c43d1aad2475617335d9020ddb136 /lib/impure/web.nim | |
parent | 0b07b47f69b0b2cf9d08eaa8d302a4472242c5c1 (diff) | |
download | Nim-64da2f16813bbf03b8a2117d7c4abffd1adf525f.tar.gz |
development of graphics module
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 ba74c285a..db1ec4f1e 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.0:** Use the httpclient module instead. +## **Deprecated since version 0.8.6:** Use the httpclient module instead. ## {.deprecated.} |