From 71e8a47a033f24383c5767e010621c60f5db3562 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 1 Mar 2022 01:27:33 +0900 Subject: [PATCH] chore: fix typo in main.rs (#3669) Intialize -> Initialize --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 07629b03..2d7eeeb8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")