Skip to content

Commit f9f4c00

Browse files
committed
fix typo in comment
1 parent af30805 commit f9f4c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub struct Config {
4949
// Time between 'git gc --auto' calls in seconds
5050
pub(crate) registry_gc_interval: u64,
5151

52-
/// amout of threads for CPU intensive rendering
52+
/// amount of threads for CPU intensive rendering
5353
pub(crate) render_threads: usize,
5454

5555
// random crate search generates a number of random IDs to

0 commit comments

Comments
 (0)