From fb725a20e2b3b509de44c85dd8ed83a21743b08e Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Tue, 24 Dec 2013 11:56:10 +0000 Subject: * benchmark/bm_so_meteor_contest.rb: [DOC] Fix typo s/accross/across/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/bm_so_meteor_contest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/bm_so_meteor_contest.rb b/benchmark/bm_so_meteor_contest.rb index 99cf6a91cc..e57f430db6 100644 --- a/benchmark/bm_so_meteor_contest.rb +++ b/benchmark/bm_so_meteor_contest.rb @@ -326,7 +326,7 @@ end # The exact procedure is described in-code def prunable( board, location, slotting = false) collectors = [] - # loop accross the rows + # loop across the rows (location / 6).to_i.upto(9) do | row_on | # obtain a set of regions representing the bits of the curent row. regions = $regions[(board >> (row_on * 6)) & 0b11111] -- cgit v1.2.3