X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fdocs%2Fcompiler.txt;h=9e516ffd01cf38d0b47eb7b4ee55459617f66ae9;hb=135dbb9c6d6add208ac0d0f763319fa37ecd6c11;hp=328f174f71d4dd87f590ea3c4e8f4841ac7a3a0a;hpb=e946a6cdebde729e1c03ec374184254ab38da184;p=mono.git diff --git a/mcs/docs/compiler.txt b/mcs/docs/compiler.txt index 328f174f71d..9e516ffd01c 100755 --- a/mcs/docs/compiler.txt +++ b/mcs/docs/compiler.txt @@ -315,7 +315,7 @@ 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