mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
Fix typo (#5501)
This commit is contained in:
committed by
Andreas Rumpf
parent
62ef5dfec8
commit
cb9d554ac9
@@ -25,8 +25,8 @@ when not declared(getEnv) or defined(nimscript):
|
||||
WriteEnvEffect* = object of WriteIOEffect ## effect that denotes a write
|
||||
## to an environment variable
|
||||
|
||||
ReadDirEffect* = object of ReadIOEffect ## effect that denotes a write
|
||||
## operation to the directory
|
||||
ReadDirEffect* = object of ReadIOEffect ## effect that denotes a read
|
||||
## operation from the directory
|
||||
## structure
|
||||
WriteDirEffect* = object of WriteIOEffect ## effect that denotes a write
|
||||
## operation to
|
||||
|
||||
Reference in New Issue
Block a user