mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
Use of deprecated object name (#6256)
This commit is contained in:
committed by
Andreas Rumpf
parent
0e276be301
commit
43cac7f174
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user