summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaren Torikian <gjtorikian@users.noreply.github.com>2022-10-14 18:05:35 -0400
committerGitHub <noreply@github.com>2022-10-15 07:05:35 +0900
commit8c907ac32f87bf16da6e84105fb4d6bf257e6bbd (patch)
tree83e58314ef9eec01a40497ccd000985bef82e3fc
parent31a2b8f325001c8aa55c078e85eb054b3bff649b (diff)
downloadrake-compiler-8c907ac32f87bf16da6e84105fb4d6bf257e6bbd.tar.gz
Fix typo (#208)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 753d9e7..70d5d7f 100644
--- a/README.md
+++ b/README.md
@@ -241,7 +241,7 @@ several settings for `Rake::ExtensionTask`:
| no_native | ExtensionTask (CRuby) | [Optional] Set to true to prevent non-CRuby platforms from defining native tasks. Default: `false`. |
| config_includes | ExtensionTask (CRuby) | [Optional] Specify an Array of paths to include as `-I...:...` includes during compilation. Default: `['.']`. |
| classpath | JavaExtensionTask | [Optional] Specify additional classpath paths as an Array. Default: _Uses the current CLASSPATH._ |
-| debug | JavaExtensionTask | [Optional] Whether to set the debug flag during complication. Default: `false`. |
+| debug | JavaExtensionTask | [Optional] Whether to set the debug flag during compilation. Default: `false`. |
| source_version | JavaExtensionTask | [Optional] The JRE version that your source code requires to compile. Default: `1.6`. |
| target_version | JavaExtensionTask | [Optional] The oldest JRE version you want to support. Default: `1.6`. |
| encoding | JavaExtensionTask | [Optional] Specify an -encoding option to provide to the compiler. Default: `nil`. |