Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2007-01-22 11:26:03 +0000
committerDani Megert2007-01-22 11:26:03 +0000
commit098cd7d4a1e67de4fc1a6692357d2e75c042e432 (patch)
tree89811d8ce47993d121dd1f0e9786f7821eecaa86 /org.eclipse.ui.editors/schema
parent8efe19bbff9e5238757ef9391ca6a5ad1ddf585f (diff)
downloadeclipse.platform.text-098cd7d4a1e67de4fc1a6692357d2e75c042e432.tar.gz
eclipse.platform.text-098cd7d4a1e67de4fc1a6692357d2e75c042e432.tar.xz
eclipse.platform.text-098cd7d4a1e67de4fc1a6692357d2e75c042e432.zip
Fixed copy & paste error.
Diffstat (limited to 'org.eclipse.ui.editors/schema')
-rw-r--r--org.eclipse.ui.editors/schema/markerUpdaters.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/schema/markerUpdaters.exsd b/org.eclipse.ui.editors/schema/markerUpdaters.exsd
index 2e27e1057b9..623d49d4af5 100644
--- a/org.eclipse.ui.editors/schema/markerUpdaters.exsd
+++ b/org.eclipse.ui.editors/schema/markerUpdaters.exsd
@@ -47,7 +47,7 @@
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
- the unique id of this provider
+ the unique id of this updater
</documentation>
</annotation>
</attribute>

Back to the top