Merge pull request #189649 from movingco/igm/typo

authored by Valentin Gagarin and committed by GitHub 65bb4b6d a567e6bd

+1 -1
+1 -1
doc/languages-frameworks/rust.section.md
··· 458 458 `maturinBuildFlags`. 459 459 * `cargoCheckHook`: run tests using Cargo. The build type for checks 460 460 can be set using `cargoCheckType`. Features can be specified with 461 - `cargoCheckNoDefaultFeaatures` and `cargoCheckFeatures`. Additional 461 + `cargoCheckNoDefaultFeatures` and `cargoCheckFeatures`. Additional 462 462 flags can be passed to the tests using `checkFlags` and 463 463 `checkFlagsArray`. By default, tests are run in parallel. This can 464 464 be disabled by setting `dontUseCargoParallelTests`.