diff options
-rw-r--r-- | lib/impure/re.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/re.nim b/lib/impure/re.nim index 42be4a3c2..4f32cd5fb 100644 --- a/lib/impure/re.nim +++ b/lib/impure/re.nim @@ -451,7 +451,7 @@ proc replacef*(s: string, sub: Regex, by: string): string = ## ## .. code-block:: nim ## - ## "var1<-keykey; val2<-key2key2" + ## "var1<-keykey; var2<-key2key2" result = "" var caps: array[MaxSubpatterns, string] var prev = 0 |