< prev index next >

src/java.base/share/classes/sun/text/bidi/BidiRun.java

Print this page

        

@@ -40,11 +40,11 @@
 package sun.text.bidi;
 
 /**
  * A BidiRun represents a sequence of characters at the same embedding level.
  * The Bidi algorithm decomposes a piece of text into sequences of characters
- * at the same embedding level, each such sequence is called a <quote>run</quote>.
+ * at the same embedding level, each such sequence is called a "run".
  *
  * <p>A BidiRun represents such a run by storing its essential properties,
  * but does not duplicate the characters which form the run.
  *
  * <p>The &quot;limit&quot; of the run is the position just after the
< prev index next >