From d7ac6f694df60fb8ce48bab7b59ad5da1ac8d46e Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 12 Mar 2026 17:17:15 +0000 Subject: [PATCH] Typofix (#316) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f486a..39a3569 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ sensible defaults. # default: "true" add-job-id-key: "" - # Weather the a hash of the rust environment should be included in the cache key. + # Whether the a hash of the rust environment should be included in the cache key. # This includes a hash of all Cargo.toml/Cargo.lock files, rust-toolchain files, # and .cargo/config.toml files (if present), as well as the specified 'env-vars'. # default: "true"