Skip to content

Commit

Permalink
* benchmark/bm_so_meteor_contest.rb: [DOC] Fix typo
Browse files Browse the repository at this point in the history
s/accross/across/
[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
amatsuda committed Dec 24, 2013
1 parent 42d491c commit fb725a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bm_so_meteor_contest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def create_collector_support
# 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]
Expand Down

0 comments on commit fb725a2

Please sign in to comment.