summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryutotnh <57719497+yutotnh@users.noreply.github.com>2022-05-25 06:14:47 +0900
committerGitHub <noreply@github.com>2022-05-24 17:14:47 -0400
commitcca714a7f9354088abe6f9ae5442f5766eb2edf2 (patch)
treece6ddd4ba66044f93114e92807f352c26ef8e1db
parent4e9ceb0e0984275b0ed429464dc5854b1f9a67fe (diff)
chore: fix typo in Cargo.toml (#3989)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b9a686b14..4fca9052a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ keywords = ["prompt", "shell", "bash", "fish", "zsh"]
license = "ISC"
readme = "README.md"
repository = "https://github.com/starship/starship"
-# MSRV is specified to use std::thread::availabe_parallelism, which was stablizized in Rust version 1.59
+# MSRV is specified to use std::thread::availabe_parallelism, which was stabilized in Rust version 1.59
# Note: MSRV is only intended as a hint, and only the latest version is officially supported in starship.
rust-version = "1.59"
description = """