Skip to content

Commit

Permalink
Merge pull request #54 from PragTob/patch-2
Browse files Browse the repository at this point in the history
Fix typo unsed --> used
  • Loading branch information
evanphx committed Oct 12, 2015
2 parents 710d03f + da74020 commit 984f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchmark/timing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def self.resample_mean(samples, resample_times=100)
resamples
end

# Recycle unsed objects by starting Garbage Collector.
# Recycle used objects by starting Garbage Collector.
def self.clean_env
# rbx
if GC.respond_to? :run
Expand Down

0 comments on commit 984f86b

Please sign in to comment.