summary refs log tree commit diff stats
path: root/lib/impure/web.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-28 09:59:26 +0200
committerAraq <rumpf_a@web.de>2014-08-28 09:59:26 +0200
commit4523b29d7af0ac88754eec29981306022a0d642b (patch)
tree3fb1e5a473c1694accc1ccb215726459d4f721f1 /lib/impure/web.nim
parentd05df2173b95155a53e9c731f1c78b754eb2410c (diff)
downloadNim-4523b29d7af0ac88754eec29981306022a0d642b.tar.gz
Nimrod renamed to Nim
Diffstat (limited to 'lib/impure/web.nim')
-rw-r--r--lib/impure/web.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/web.nim b/lib/impure/web.nim
index abd7e2498..f0c19b367 100644
--- a/lib/impure/web.nim
+++ b/lib/impure/web.nim
@@ -59,5 +59,5 @@ proc URLretrieveString*(url: string): TaintedString =
   result = stream.data.TaintedString

 

 when isMainModule:

-  echo URLretrieveString("http://nimrod-code.org/")

+  echo URLretrieveString("http://nim-code.org/")