From d06221b32304a35e4861a0ca970be8c967baf589 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 20 Jan 2011 12:55:59 +0000 Subject: [PATCH] polish of bitarray.rb git-svn-id: http://biopieces.googlecode.com/svn/trunk@1211 74ccb610-7750-0410-82ae-013aeee3265d --- code_ruby/Maasha/lib/bitarray.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_ruby/Maasha/lib/bitarray.rb b/code_ruby/Maasha/lib/bitarray.rb index e3f1a12..36f956e 100644 --- a/code_ruby/Maasha/lib/bitarray.rb +++ b/code_ruby/Maasha/lib/bitarray.rb @@ -155,7 +155,7 @@ class BitArray count_array end - # Method that returns the number of set bits in a byte. + # Method that returns the number of set bits in a char. def bits_in_char(char) bits = 0 -- 2.39.5