Use of deprecated object name (#6256)

This commit is contained in:
Lynn C. Rees
2017-08-19 00:48:03 -06:00
committed by Andreas Rumpf
parent 0e276be301
commit 43cac7f174

View File

@@ -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.