diff options
| author | skandhas <[email protected]> | 2013-03-19 14:35:46 +0800 |
|---|---|---|
| committer | skandhas <[email protected]> | 2013-03-19 14:35:46 +0800 |
| commit | b80badfe6c284c236f7c406278f4286902148739 (patch) | |
| tree | 4f52afc7a5a894d978030bedf9a178c7a9c6fa65 | |
| parent | 854c61972f563a9f329afc7f71027e7c1572171c (diff) | |
| download | mruby-b80badfe6c284c236f7c406278f4286902148739.tar.gz mruby-b80badfe6c284c236f7c406278f4286902148739.zip | |
fix comment
| -rw-r--r-- | build_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index 7a35e1bb9..d41c44b98 100644 --- a/build_config.rb +++ b/build_config.rb @@ -23,7 +23,7 @@ MRuby::Build.new do |conf| # Use standard Kernel#sprintf method conf.gem "#{root}/mrbgems/mruby-sprintf" - # Use extensional Enumerable class + # Use extensional Enumerable module conf.gem "#{root}/mrbgems/mruby-enum-ext" # Use extensional String class |
