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
diff options
context:
space:
mode:
authorEddie Hedges <eddiehedges@gmail.com>2017-06-22 19:48:40 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-22 19:48:40 +0300
commit2602f25eb79aefc68b8f45cc9f5b8625f7b999e8 (patch)
tree2e0fb5daf8877cb6182813a9ec2f3615e2c6c5ab /mcs/class/Commons.Xml.Relaxng
parent522c8b69f5a433f645d15dc4ebb6a25b8266b414 (diff)
Docs: added missing ) to RelaxngPattern snippet (#5093)
Diffstat (limited to 'mcs/class/Commons.Xml.Relaxng')
-rw-r--r--mcs/class/Commons.Xml.Relaxng/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Commons.Xml.Relaxng/README b/mcs/class/Commons.Xml.Relaxng/README
index b9d000568ba..8016ebbc234 100644
--- a/mcs/class/Commons.Xml.Relaxng/README
+++ b/mcs/class/Commons.Xml.Relaxng/README
@@ -27,7 +27,7 @@
static Read() method of RelaxngPattern class:
RelaxngPattern pattern = RelaxngPattern.Read (
- new XmlTextReader ("relaxng.rng");
+ new XmlTextReader ("relaxng.rng"));
You can also use RelaxngPattern class to reuse grammar instance, as
already described (see Grammar Object Model).