diff options
author | Araq <rumpf_a@web.de> | 2012-08-31 00:00:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-08-31 00:00:14 +0200 |
commit | b56df72a325e4991128d808dc6c9edade3d0f293 (patch) | |
tree | 25bffb026a4c1ec0ca5f3aeca8588f1601960462 /web/news.txt | |
parent | 1d14cb1ad8d4d98ea19daa2d5ab6ded59d58553a (diff) | |
download | Nim-b56df72a325e4991128d808dc6c9edade3d0f293.tar.gz |
made tests green again
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 80f74cd1e..81bf304a5 100755 --- a/web/news.txt +++ b/web/news.txt @@ -112,7 +112,7 @@ Changes affecting backwards compatibility the ``inheritable`` pragma to introduce new object roots apart from ``TObject``. - Macros now receive parameters like templates do; use the ``callsite`` builtin - to gain access to the invokating AST. + to gain access to the invocation AST. Compiler Additions |