From 0736d7c99f6be9af2ddd49769b7b5dc8cf7317c9 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Thu, 29 Oct 2020 18:27:11 +0900 Subject: Fix typo in `doc/guides/compile.md` [ci skip] --- doc/guides/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guides/compile.md b/doc/guides/compile.md index ab774a633..d4d0fdc75 100644 --- a/doc/guides/compile.md +++ b/doc/guides/compile.md @@ -32,7 +32,7 @@ line on build, call `rake -v`. You can specify your owne configration file by the `MRUBY_CONFIG` environment variable (you can use `CONFIG` for shorthand for `MRUBY_CONFIG`). If the path doesn't exist, *build_config/${MRUBY_CONFIG}.rb* is used. The default -configuration is defined in the `build_config/default_config.rb` file. +configuration is defined in the `build_config/default.rb` file. Those build configuration files contain the build configurationof mruby, for example: -- cgit v1.2.3