diff options
author | Lynn C. Rees <lcrees@gmail.com> | 2017-08-19 00:48:03 -0600 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-08-19 08:48:03 +0200 |
commit | 43cac7f174a8a48af681443eb98a3047892c96c4 (patch) | |
tree | 57b960ba0038d15bd0d4068668309c0b651db0b5 /lib/system.nim | |
parent | 0e276be301aa235cc81f033d66020234f7018db3 (diff) | |
download | Nim-43cac7f174a8a48af681443eb98a3047892c96c4.tar.gz |
Use of deprecated object name (#6256)
Diffstat (limited to 'lib/system.nim')
-rw-r--r-- | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index 9ab941635..42d2ff0b1 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -422,7 +422,7 @@ type RootEffect* {.compilerproc.} = object of RootObj ## \ ## base effect class; each effect should - ## inherit from `TEffect` unless you know what + ## inherit from `RootEffect` unless you know what ## you doing. TimeEffect* = object of RootEffect ## Time effect. IOEffect* = object of RootEffect ## IO effect. |