Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcher.java')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcher.java8
1 files changed, 4 insertions, 4 deletions
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 5e09b636e29..d916eb9997c 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 @@ public interface ICharacterPairMatcher {
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();

Back to the top