Fix typo
[mono.git] / mcs / docs / compiler.txt
index 0ddfca2da33bc724a11a3173e2bdb2a800af694a..6508d21888d19ddad0b5ed3d7db46f51d96cab2d 100755 (executable)
 
        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.