From c69d1201e1be22f28453dae212ba64346e02c0e2 Mon Sep 17 00:00:00 2001 From: Jun Hiroe Date: Sat, 27 Jun 2015 23:58:43 +0900 Subject: Fix typo; Replace extensional with extended --- mrbgems/mruby-array-ext/mrbgem.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-array-ext') diff --git a/mrbgems/mruby-array-ext/mrbgem.rake b/mrbgems/mruby-array-ext/mrbgem.rake index e4b5938c7..6d7e634fb 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 = 'extended Array class' end -- cgit v1.2.3