Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / docs / compiler.txt
index 328f174f71d4dd87f590ea3c4e8f4841ac7a3a0a..9e516ffd01cf38d0b47eb7b4ee55459617f66ae9 100755 (executable)
 
        In the Mono C# compiler, we use a class for each of the
        statements and expressions in the C# language.  For example,
-       there is a `While' class for the the `while' statement, a
+       there is a `While' class for the `while' statement, a
        `Cast' class to represent a cast expression and so on.
 
        There is a Statement class, and an Expression class which are