diff options
| author | John Bampton <[email protected]> | 2021-08-07 16:51:04 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-07 16:51:04 +1000 |
| commit | 0516d94c83002fc3f04553e48a6d5734600aec52 (patch) | |
| tree | 8ba7b9be32d98e6515ee403a5ff3c131dc739859 /lib | |
| parent | 35d230a6690003d94c76508281ae5aa3210b182c (diff) | |
| download | mruby-0516d94c83002fc3f04553e48a6d5734600aec52.tar.gz mruby-0516d94c83002fc3f04553e48a6d5734600aec52.zip | |
docs: fix case of mruby
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mruby/source.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mruby/source.rb b/lib/mruby/source.rb index a305c7b04..ce9e558dc 100644 --- a/lib/mruby/source.rb +++ b/lib/mruby/source.rb @@ -2,7 +2,7 @@ require "pathname" module MRuby module Source - # MRuby's source root directory + # mruby's source root directory ROOT = Pathname.new(File.expand_path('../../../',__FILE__)) # Reads a constant defined at version.h |
