diff options
| author | John Bampton <[email protected]> | 2021-10-14 19:55:57 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-10-14 19:55:57 +1000 |
| commit | a3da482683b67ad2cb5ed045dd60e0b25876687d (patch) | |
| tree | d5e1bb40c5444dd5d5bb79e2772d40c829d4cb6a /doc | |
| parent | 6b3b1012ca480f1e930c4ddeeaebed55e5df4144 (diff) | |
| download | mruby-a3da482683b67ad2cb5ed045dd60e0b25876687d.tar.gz mruby-a3da482683b67ad2cb5ed045dd60e0b25876687d.zip | |
Fix grammar in doc/guides/mrbgems.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guides/mrbgems.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/mrbgems.md b/doc/guides/mrbgems.md index c08a09f4e..03f8829e1 100644 --- a/doc/guides/mrbgems.md +++ b/doc/guides/mrbgems.md @@ -256,7 +256,7 @@ By default, `/...absolute path.../{GEM_NAME}/include` will be exported. So it is recommended not to put GEM's local header files on include/. These exports are retroactive. -For example: when B depends to C and A depends to B, A will get include paths exported by C. +For example: when B depends on C and A depends on B, A will get include paths exported by C. Exported include_paths are automatically appended to GEM local include_paths by rake. You can use `spec.export_include_paths` accessor if you want more complex build. |
