diff options
author | Araq <rumpf_a@web.de> | 2012-11-22 07:53:50 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-22 07:53:50 +0100 |
commit | d0de1fc336477231f6f0905f587ad33bfddaca35 (patch) | |
tree | e20b772bbca3848ce2d9862e6adaef28342386c4 /doc | |
parent | 338683a1980e32fb31d8a09e0308e422b883e686 (diff) | |
download | Nim-d0de1fc336477231f6f0905f587ad33bfddaca35.tar.gz |
made 'shared' a keyword
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/keywords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keywords.txt b/doc/keywords.txt index 03e9cc6fd..2a775cd94 100755 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -12,7 +12,7 @@ nil not notin object of or out proc ptr raise ref return -shl shr static +shared shl shr static template try tuple type var when while with without |