summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library/scala/xml/PrettyPrinter.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/library/scala/xml/PrettyPrinter.scala b/src/library/scala/xml/PrettyPrinter.scala
index c16e8a0da9..11b219d99d 100644
--- a/src/library/scala/xml/PrettyPrinter.scala
+++ b/src/library/scala/xml/PrettyPrinter.scala
@@ -15,8 +15,9 @@ import scala.collection.Map
import Utility.sbToString
/** Class for pretty printing. After instantiating, you can use the
- * toPrettyXML methods to convert XML to a formatted string. The class
- * can be reused to pretty print any number of XML nodes.
+ * format() and formatNode() methods to convert XML to a formatted
+ * string. The class can be reused to pretty print any number of
+ * XML nodes.
*
* @author Burak Emir
* @version 1.0