chore: remove repetitive words (#3205)

Signed-off-by: occupyhabit <wangmengjiao@outlook.com>
This commit is contained in:
occupyhabit
2024-03-24 00:02:41 +08:00
committed by GitHub
parent a57d29ada9
commit 8b4e9d2c5e
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ var (
BTLog = BufType{2, true, true, false}
// BTScratch is a buffer that cannot be saved (for scratch work)
BTScratch = BufType{3, false, true, false}
// BTRaw is is a buffer that shows raw terminal events
// BTRaw is a buffer that shows raw terminal events
BTRaw = BufType{4, false, true, false}
// BTInfo is a buffer for inputting information
BTInfo = BufType{5, false, true, false}