summary refs log tree commit diff stats
path: root/doc/subexes.txt
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-10-20 10:51:50 +0200
committernarimiran <narimiran@disroot.org>2020-10-20 10:51:50 +0200
commit5e9dd81baa5781c15f95de45528cc072804ce969 (patch)
tree869d913a19b0fe1fd2092e43dbc02a45c4146c63 /doc/subexes.txt
parent0a686659d23b67aaa2d63646865a120c203bfe21 (diff)
downloadNim-5e9dd81baa5781c15f95de45528cc072804ce969.tar.gz
more "eg" fixes
Diffstat (limited to 'doc/subexes.txt')
-rw-r--r--doc/subexes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/subexes.txt b/doc/subexes.txt
index 54304f033..62ddd1ec8 100644
--- a/doc/subexes.txt
+++ b/doc/subexes.txt
@@ -14,7 +14,7 @@ Notation                meaning
 =====================   =====================================================
 ``$#``                  use first or next argument
 ``$name``               use named argument, you can wrap the named argument
-                        in curly braces (eg. ``${name}``) to separate it from
+                        in curly braces (e.g. ``${name}``) to separate it from
                         the next characters.
 ``$$``                  produces a single ``$``
 ``$1``                  use first argument