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/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/DefaultWsdlHelpGenerator.aspx2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/DefaultWsdlHelpGenerator.aspx b/data/DefaultWsdlHelpGenerator.aspx
index befe4c86d79..815fefe1c65 100644
--- a/data/DefaultWsdlHelpGenerator.aspx
+++ b/data/DefaultWsdlHelpGenerator.aspx
@@ -1262,7 +1262,7 @@ public class HtmlSampleGenerator: SampleGenerator
}
else if (st.Content is XmlSchemaSimpleTypeUnion)
{
- // Check if all types of the union are equal. If not, then will use anyType.
+ //Check if all types of the union are equal. If not, then will use anyType.
XmlSchemaSimpleTypeUnion uni = (XmlSchemaSimpleTypeUnion) st.Content;
string utype = null;