Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/docs
diff options
context:
space:
mode:
authorf00f <github@f00f.de>2015-11-17 17:28:19 +0300
committerf00f <github@f00f.de>2015-11-17 17:28:19 +0300
commit23673d636e0ae3297ee22c261aa3d4416636d66a (patch)
treee782061de91ab1691b8387507e055e9e6650c3ba /mcs/docs
parent3033a4b5b54f3ecc34de6ffc5299a1261e235d1b (diff)
Fixed typo
Diffstat (limited to 'mcs/docs')
-rwxr-xr-xmcs/docs/compiler.txt2
1 files changed, 1 insertions, 1 deletions
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