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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2012-07-29 14:28:26 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2012-07-29 14:28:52 +0400
commit359fdd2382a1f5d00746994127681d66e29c1f41 (patch)
treebea685adaea3031c4f9c11ad34a5c4aaa2afb1cf /ICSharpCode.NRefactory.Xml
parentd4372bf9549c7890c76491cb94dde7a2097a4b8c (diff)
Provide both Enter and Leave events in ObservableAstVisitor.
Diffstat (limited to 'ICSharpCode.NRefactory.Xml')
-rw-r--r--ICSharpCode.NRefactory.Xml/AXmlObject.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ICSharpCode.NRefactory.Xml/AXmlObject.cs b/ICSharpCode.NRefactory.Xml/AXmlObject.cs
index 743a96e5..5bde059b 100644
--- a/ICSharpCode.NRefactory.Xml/AXmlObject.cs
+++ b/ICSharpCode.NRefactory.Xml/AXmlObject.cs
@@ -111,7 +111,7 @@ namespace ICSharpCode.NRefactory.Xml
return child.GetChildAtOffset(offset);
}
}
- return this; // No childs at offset
+ return this; // No children at offset
}
/// <summary>