From a6279c2d919e324001a4d0c432482cfc4dc968a4 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Sat, 9 Sep 2006 15:36:37 +0000 Subject: fixed doc comment --- src/library/scala/collection/immutable/BitSet.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/library/scala/collection/immutable/BitSet.scala') diff --git a/src/library/scala/collection/immutable/BitSet.scala b/src/library/scala/collection/immutable/BitSet.scala index 452d5664d3..d0c7e22d94 100644 --- a/src/library/scala/collection/immutable/BitSet.scala +++ b/src/library/scala/collection/immutable/BitSet.scala @@ -16,9 +16,9 @@ package scala.collection.immutable * int array. Instances can conveniently be created from instances of * Bit indices are between 0..(capacity-1) inclusive * - * @param n represents the number of relevant bits - * @param ba: array of ints of length n>>>5 - * @param copy: if yes, then ba is copied and updates will + * @param size represents the number of relevant bits + * @param ba array of ints of length n>>>5 + * @param copy: if yes, then ba is copied and updates will * not affect this bitset * * @author Burak Emir, Nikolay Mihaylov -- cgit v1.2.3