diff options
author | Aman Gupta <aman@tmm1.net> | 2015-09-20 18:16:51 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-09-20 18:16:51 -0700 |
commit | d93ae34d2a03c87ea536b78a45048d2f2c0ebb1c (patch) | |
tree | 6cfc3f9b1e4ae3fa925b24d8638263ef6d8a8a39 /doc/lib.txt | |
parent | 492f5eb7045cb6cd2a3835f5bfcb09c35bc73e40 (diff) | |
download | Nim-d93ae34d2a03c87ea536b78a45048d2f2c0ebb1c.tar.gz |
s/advanted/advanced/g
Diffstat (limited to 'doc/lib.txt')
-rw-r--r-- | doc/lib.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 6a8f32e07..868adde89 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -122,7 +122,7 @@ String handling This module contains various string matchers for email addresses, etc. * `subexes <subexes.html>`_ - This module implements advanted string substitution operations. + This module implements advanced string substitution operations. Generic Operating System Services |