Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/package.html')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/package.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/package.html b/org.eclipse.text/src/org/eclipse/jface/text/package.html
index 04bb34adab5..cd18e104cb8 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/package.html
+++ b/org.eclipse.text/src/org/eclipse/jface/text/package.html
@@ -6,7 +6,7 @@
<body>
<p>Provides a framework for creating and manipulating text documents.</p>
-<h3>Package Specification</h3>
+<h2>Package Specification</h2>
<p><tt>IDocument</tt> is the major text
model abstraction. It provides content management, position management using
position categories, document partition management, and change notification.

Back to the top