diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-23 10:24:53 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-23 10:24:53 +0900 |
| commit | baa1ee1faa53c08a267c58567409576671d8a05b (patch) | |
| tree | 093d1f98a20ec7633b793fc2ce7897501514a35f | |
| parent | 8b590b5ec7812d081ea130c9c3a3c2ee650bf20e (diff) | |
| download | mruby-baa1ee1faa53c08a267c58567409576671d8a05b.tar.gz mruby-baa1ee1faa53c08a267c58567409576671d8a05b.zip | |
Fixed typo; ref #5296
| -rw-r--r-- | doc/guides/compile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md index e10b0ebc9..6776719eb 100644 --- a/doc/guides/compile.md +++ b/doc/guides/compile.md @@ -36,7 +36,7 @@ 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.rb` file. -Those build configuration files contain the build configurationof mruby, for +Those build configuration files contain the build configuration of mruby, for example: ```ruby |
