diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-15 14:12:57 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-15 14:12:57 +0000 |
commit | 1c90afbc1a2865772700f23dc586e16d18adee2b (patch) | |
tree | 3fb69df84f3c4f44ace8989306b20af4702a43c1 | |
parent | 0621ddc423b498bc1caaac78a06496b8a22bf6fa (diff) |
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,9 +31,9 @@ Wed Oct 15 12:26:58 2014 Tanaka Akira <[email protected]> Wed Oct 15 07:21:09 2014 Tanaka Akira <[email protected]> * 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 <[email protected]> |