ruby-changes:32305
From: a_matsuda <ko1@a...>
Date: Tue, 24 Dec 2013 20:56:17 +0900 (JST)
Subject: [ruby-changes:32305] a_matsuda:r44384 (trunk): * benchmark/bm_so_meteor_contest.rb: [DOC] Fix typo
a_matsuda 2013-12-24 20:56:10 +0900 (Tue, 24 Dec 2013) New Revision: 44384 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44384 Log: * benchmark/bm_so_meteor_contest.rb: [DOC] Fix typo s/accross/across/ [ci skip] Modified files: trunk/benchmark/bm_so_meteor_contest.rb Index: benchmark/bm_so_meteor_contest.rb =================================================================== --- benchmark/bm_so_meteor_contest.rb (revision 44383) +++ benchmark/bm_so_meteor_contest.rb (revision 44384) @@ -326,7 +326,7 @@ end https://github.com/ruby/ruby/blob/trunk/benchmark/bm_so_meteor_contest.rb#L326 # 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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/