diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-29 10:22:28 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-29 10:22:28 +0900 |
| commit | 96d6e45acde2ba836aebacfbf200818c7e2db357 (patch) | |
| tree | fca4473082d990e1620c224de2c46c8fa9098e41 /mrbgems/mruby-array-ext/mrbgem.rake | |
| parent | a41a649e8370a8a0dfd7e5de4833be28842fdfb9 (diff) | |
| parent | 4e4929bc727ea5ab4a90b8bf828ac6c1f1567ba6 (diff) | |
| download | mruby-96d6e45acde2ba836aebacfbf200818c7e2db357.tar.gz mruby-96d6e45acde2ba836aebacfbf200818c7e2db357.zip | |
Merge pull request #2863 from suzukaze/fix-typo
Fix typo; Replace extensional with extended
Diffstat (limited to 'mrbgems/mruby-array-ext/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-array-ext/mrbgem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-array-ext/mrbgem.rake b/mrbgems/mruby-array-ext/mrbgem.rake index e4b5938c7..882caf1ab 100644 --- a/mrbgems/mruby-array-ext/mrbgem.rake +++ b/mrbgems/mruby-array-ext/mrbgem.rake @@ -1,5 +1,5 @@ MRuby::Gem::Specification.new('mruby-array-ext') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' - spec.summary = 'extensional Array class' + spec.summary = 'Array class extension' end |
