feat: fix typos (#1221)

Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com>
This commit is contained in:
Kian-Meng Ang
2025-08-12 00:15:21 +08:00
committed by GitHub
parent 91fc5e3902
commit 9f4cb8c1b6
10 changed files with 15 additions and 15 deletions

View File

@@ -226,7 +226,7 @@ pub mod merge_strategies {
///
/// # Shim
/// On Windows, if you install `python` through `winget`, an actual `python`
/// is installed as well as a `python3` shim. Shim is invokable, but when you
/// is installed as well as a `python3` shim. Shim is invocable, but when you
/// execute it, the Microsoft App Store will be launched instead of a Python
/// shell.
///