From f1a0d8b3f75b5ac997a7b0aa4bfc15d78e1ee604 Mon Sep 17 00:00:00 2001 From: suranmiao Date: Sat, 18 Oct 2025 05:13:18 +0800 Subject: [PATCH] chore: fix some minor issues in the comments (#3439) Signed-off-by: suranmiao --- README.md | 2 +- src/vscreen.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a75c9f1..1e1f82b1 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ abbr -a --position anywhere -- -h '-h | bat -plhelp' This way, you can keep on using `cp --help`, but get colorized help pages. Be aware that in some cases, `-h` may not be a shorthand of `--help` (for example with `ls`). In cases where you need to use `-h` -as a command argument you can prepend `\` to the arguement (eg. `ls \-h`) to escape the aliasing defined above. +as a command argument you can prepend `\` to the argument (eg. `ls \-h`) to escape the aliasing defined above. Please report any issues with the help syntax in [this repository](https://github.com/victor-gp/cmd-help-sublime-syntax). diff --git a/src/vscreen.rs b/src/vscreen.rs index 3ea3aec8..3acbb72f 100644 --- a/src/vscreen.rs +++ b/src/vscreen.rs @@ -346,7 +346,7 @@ impl EscapeSequenceOffsets { } } -/// An iterator over the offests of ANSI/VT escape sequences within a string. +/// An iterator over the offsets of ANSI/VT escape sequences within a string. /// /// ## Example ///