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:
authorMiguel de Icaza <miguel@gnome.org>2005-12-03 01:15:48 +0300
committerMiguel de Icaza <miguel@gnome.org>2005-12-03 01:15:48 +0300
commit3f30551972cfadd19e5828bd48069980193e28a1 (patch)
tree9834af278b7613897d20a3a9e8b20c44841b46dd /mcs/docs
parentcd359c268e0be04c5103048c5bf7ffb84ae99cc2 (diff)
small change
svn path=/trunk/mcs/; revision=53848
Diffstat (limited to 'mcs/docs')
-rwxr-xr-xmcs/docs/compiler3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/docs/compiler b/mcs/docs/compiler
index 97663b14f0f..8b340d2834d 100755
--- a/mcs/docs/compiler
+++ b/mcs/docs/compiler
@@ -606,7 +606,8 @@
longer can safely create temporary variables during the
resolution phase: they must do so from the emission phase,
since the variable might have been "captured", hence access to
- it can not be done with the local-variable operations from the runtime.
+ it can not be done with the local-variable operations from the
+ runtime.
The code emission is in: