Improve javadoc.
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcher.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcher.java
index 5e09b63..d916eb9 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcher.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcher.java
@@ -83,10 +83,10 @@
 	IRegion match(IDocument document, int offset);
 
 	/**
-	 * Returns the anchor for the region of the matching peer characters. The anchor
-	 * says whether the character that has been chosen to search for its peer character
-	 * has been left or right of the initial offset.
-	 *
+	 * Returns the anchor for the region of the matching peer characters. The anchor says whether
+	 * the character that has been chosen to search for its peer character has been the left or the
+	 * right character of the pair.
+	 * 
 	 * @return <code>RIGHT</code> or <code>LEFT</code>
 	 */
 	int getAnchor();