1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-05 18:10:47 +00:00

chore: fix typo in main.rs (#3669)

Intialize -> Initialize
This commit is contained in:
Ikko Ashimine 2022-03-01 01:27:33 +09:00 committed by GitHub
parent 955a0f7a33
commit 71e8a47a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ fn main() {
}
}
/// Intialize global `rayon` thread pool
/// Initialize global `rayon` thread pool
fn init_global_threadpool() {
// Allow overriding the number of threads
let num_threads = std::env::var("STARSHIP_NUM_THREADS")