summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/BufferedIterator.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2009-07-07 10:18:05 +0000
committermichelou <michelou@epfl.ch>2009-07-07 10:18:05 +0000
commitdbe0e2bc384fdf7eac0312859347aa62a4778390 (patch)
tree36e9b3e88aa3c66f390306c082b827b741615116 /src/library/scala/collection/BufferedIterator.scala
parent5754e85ed09df3722c3ca98e0832656ab8699e74 (diff)
downloadscala-dbe0e2bc384fdf7eac0312859347aa62a4778390.tar.gz
scala-dbe0e2bc384fdf7eac0312859347aa62a4778390.tar.bz2
scala-dbe0e2bc384fdf7eac0312859347aa62a4778390.zip
fixed Scala comments, added svn:keywords
Diffstat (limited to 'src/library/scala/collection/BufferedIterator.scala')
-rw-r--r--src/library/scala/collection/BufferedIterator.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/collection/BufferedIterator.scala b/src/library/scala/collection/BufferedIterator.scala
index 44dc6925ea..c59d4f50b1 100644
--- a/src/library/scala/collection/BufferedIterator.scala
+++ b/src/library/scala/collection/BufferedIterator.scala
@@ -11,8 +11,8 @@
package scala.collection
-/** Buffered iterators are iterators which provide a method `head` that inspects the next
- * element without discarding it.
+/** Buffered iterators are iterators which provide a method <code>head</code>
+ * that inspects the next element without discarding it.
*
* @author Martin Odersky
* @version 2.8