diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-02-29 11:25:51 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-02-29 11:25:51 +0000 |
commit | d9cb85c2d81a447130307d0004b0ef515f3ff241 (patch) | |
tree | ef91d7dd981d91b4632cc1c9a0069d28a75464ce /compiler/transf.nim | |
parent | bd95bf58bfab31034db346d946e8e3b6bb5d19cc (diff) | |
download | Nim-d9cb85c2d81a447130307d0004b0ef515f3ff241.tar.gz |
Spellcheck
Diffstat (limited to 'compiler/transf.nim')
-rw-r--r-- | compiler/transf.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/transf.nim b/compiler/transf.nim index b2bbdcec3..a4a15ea4a 100644 --- a/compiler/transf.nim +++ b/compiler/transf.nim @@ -12,7 +12,7 @@ # # * inlines iterators # * inlines constants -# * performes constant folding +# * performs constant folding # * converts "continue" to "break"; disambiguates "break" # * introduces method dispatchers # * performs lambda lifting for closure support |