We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af30805 commit f9f4c00Copy full SHA for f9f4c00
src/config.rs
@@ -49,7 +49,7 @@ pub struct Config {
49
// Time between 'git gc --auto' calls in seconds
50
pub(crate) registry_gc_interval: u64,
51
52
- /// amout of threads for CPU intensive rendering
+ /// amount of threads for CPU intensive rendering
53
pub(crate) render_threads: usize,
54
55
// random crate search generates a number of random IDs to
0 commit comments