X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fdocs%2Fcompiler.txt;fp=mcs%2Fdocs%2Fcompiler.txt;h=6508d21888d19ddad0b5ed3d7db46f51d96cab2d;hb=f9c48549fa6bd5adbee727704670dc3f91fe334a;hp=0ddfca2da33bc724a11a3173e2bdb2a800af694a;hpb=f63e0394b84778653a15e0cd2e8ac448c83f52f2;p=mono.git diff --git a/mcs/docs/compiler.txt b/mcs/docs/compiler.txt index 0ddfca2da33..6508d21888d 100755 --- a/mcs/docs/compiler.txt +++ b/mcs/docs/compiler.txt @@ -345,7 +345,7 @@ During parsing, the compiler will create the various trees of expressions. These expressions have to be resolved before they - are can be used. The semantic analysis is implemented by + can be used. The semantic analysis is implemented by resolving each of the expressions created during parsing and creating fully resolved expressions.