diff options
author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-06-13 16:42:31 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-06-13 16:42:31 +0900 |
commit | 69509df2f4ed8e052d683fa3901c9f97d00ed7fc (patch) | |
tree | 55510f5fedb93f85c95da28b5280d0c4ecd3028c | |
parent | 7f79a86d8b4d250ea0e82eb06cd3336edb840a01 (diff) |
squeeze space [ci skip]
-rw-r--r-- | enum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1221,7 +1221,7 @@ sort_by_cmp(const void *ap, const void *bp, void *data) * sorted = Dir["*"].sort_by { |f| test(?M, f) } * sorted #=> ["mon", "tues", "wed", "thurs"] * - * To produce the reverse of a specific order, the following can be used: + * To produce the reverse of a specific order, the following can be used: * * ary.sort_by { ... }.reverse! */ |