diff options
author | Araq <rumpf_a@web.de> | 2014-04-14 08:45:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-14 08:45:43 +0200 |
commit | b961e47bfe519bf456a3e8a0dba3025a3c047b04 (patch) | |
tree | 1054a10c42d5c1d0205d14b9ea655218c6be2508 /doc | |
parent | 817337af304b8cdf8b96754ae039044840333a02 (diff) | |
download | Nim-b961e47bfe519bf456a3e8a0dba3025a3c047b04.tar.gz |
new concurrency model: first steps; shared is not a keyword anymore
Diffstat (limited to 'doc')
-rw-r--r-- | doc/keywords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keywords.txt b/doc/keywords.txt index 2d18d7969..60b100398 100644 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -12,7 +12,7 @@ nil not notin object of or out proc ptr raise ref return -shared shl shr static +shl shr static template try tuple type using var |