about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorIan Macalinao <ian@moving.wtf>2022-09-03 15:45:21 -0500
committerIan Macalinao <ian@moving.wtf>2022-09-03 15:45:21 -0500
commit30a59652168bb1a2222f0b6b9504137fbf6c71c1 (patch)
tree626bacaad5cbbddce02d96061d2dd4cfe1a9f568 /doc
parent9b214e6dad0fd515b83ebd065302fc2ca93c4afb (diff)
doc/languages-frameworks/rust: fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index e19783e29e6a8..0d4d5a1e83e1b 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -458,7 +458,7 @@ you of the correct hash.
   `maturinBuildFlags`.
 * `cargoCheckHook`: run tests using Cargo. The build type for checks
   can be set using `cargoCheckType`. Features can be specified with
-  `cargoCheckNoDefaultFeaatures` and `cargoCheckFeatures`. Additional
+  `cargoCheckNoDefaultFeatures` and `cargoCheckFeatures`. Additional
   flags can be passed to the tests using `checkFlags` and
   `checkFlagsArray`. By default, tests are run in parallel. This can
   be disabled by setting `dontUseCargoParallelTests`.