summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/benchmark.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8b9c601ef..934c587f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Sep 21 01:04:25 2013 Zachary Scott <e@zzak.io>
+
+ * lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888]
+ Patch by Prathamesh Sonpatki
+
Sat Sep 21 00:50:02 2013 Zachary Scott <e@zzak.io>
* enumerator.c: [DOC] Enumerator#each arguments documentation [GH-388]
diff --git a/lib/benchmark.rb b/lib/benchmark.rb
index 93b841c451..81ca0bcede 100644
--- a/lib/benchmark.rb
+++ b/lib/benchmark.rb
@@ -179,7 +179,7 @@ module Benchmark
end
- # A simple interface to the #benchmark method, #bm is generates sequential
+ # A simple interface to the #benchmark method, #bm generates sequential
# reports with labels. The parameters have the same meaning as for
# #benchmark.
#