Browse Source

Fix typo in lib.rs doc

master
Stephan Seitz 5 years ago
committed by Alex Crichton
parent
commit
047bf5b128
  1. 2
      src/lib.rs

2
src/lib.rs

@ -35,7 +35,7 @@
//! Cargo will also set this environment variable when executed with the `-jN` flag.
//!
//! If `NUM_JOBS` is not set, the `RAYON_NUM_THREADS` environment variable can
//! also specify the build paralellism.
//! also specify the build parallelism.
//!
//! # Examples
//!

Loading…
Cancel
Save