1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-10-15 14:12:57 +00:00
parent 0621ddc423
commit 1c90afbc1a

View file

@ -31,9 +31,9 @@ Wed Oct 15 12:26:58 2014 Tanaka Akira <akr@fsij.org>
Wed Oct 15 07:21:09 2014 Tanaka Akira <akr@fsij.org>
* enum.c: min(n) drops elements bigger than the n-th maximum element.
(struct nmin_data): New field to record the n-th maximumelement, limit
(struct nmin_data): New field to record the n-th maximum element, limit
(nmin_filter): Update limit field.
(nmin_i): Drop too big eleents.
(nmin_i): Drop too big elements.
(nmin_run): Initialize limit field.
Wed Oct 15 07:00:14 2014 Eric Wong <e@80x24.org>