summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-10-29 22:51:43 +0900
committerGitHub <[email protected]>2020-10-29 22:51:43 +0900
commit212800a901c95dec41b74443fad1d5860999a4ed (patch)
treecd4cfb0e46c0916a6dee6a64852635199d54e19b
parent385cebe0b9fd31d96b9586c7c71b2735de758894 (diff)
parent0736d7c99f6be9af2ddd49769b7b5dc8cf7317c9 (diff)
downloadmruby-212800a901c95dec41b74443fad1d5860999a4ed.tar.gz
mruby-212800a901c95dec41b74443fad1d5860999a4ed.zip
Merge pull request #5104 from shuujii/fix-typo-in-doc-guides-compile.md
Fix typo in `doc/guides/compile.md` [ci skip]
-rw-r--r--doc/guides/compile.md2
1 files changed, 1 insertions, 1 deletions
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: