summary refs log tree commit diff stats
path: root/lib/impure/re.nim
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-05-26 20:02:51 -0400
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-06-07 13:13:04 -0400
commita707f8de65fb9ece674b926a529044fc206e43b3 (patch)
tree0ab3ced8876820ef51c43a17c6db4329af46f1bc /lib/impure/re.nim
parent4fbd95549dd65b98e14f180ea9f70a72074200f1 (diff)
downloadNim-a707f8de65fb9ece674b926a529044fc206e43b3.tar.gz
Edit re and nre doc comments
Diffstat (limited to 'lib/impure/re.nim')
-rw-r--r--lib/impure/re.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/re.nim b/lib/impure/re.nim
index 6aac9593b..0ff6e9555 100644
--- a/lib/impure/re.nim
+++ b/lib/impure/re.nim
@@ -8,7 +8,7 @@
 #    distribution, for details about the copyright.
 #
 
-## Regular expression support for Nim.
+## Regular expression support for Nim. Deprecated in favor of nre.
 ##
 ## **Note:** The 're' proc defaults to the **extended regular expression
 ## syntax** which lets you use whitespace freely to make your regexes readable.