diff options
| author | Zhizhen He <hezhizhen.yi@gmail.com> | 2022-11-18 09:23:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-18 10:23:04 +0900 |
| commit | 2a54e3d7705266bda3db16d2903ddc8c7eb370fc (patch) | |
| tree | a81d1a2b4053e66e8a79470f3d57505d5ecb4fbb /src | |
| parent | 06b02ba46e384a23829e1164c35b9e672493d82c (diff) | |
| download | fzf-2a54e3d7705266bda3db16d2903ddc8c7eb370fc.tar.gz | |
Fix typos in the source code (#3048)
Diffstat (limited to 'src')
| -rw-r--r-- | src/terminal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.go b/src/terminal.go index d1bae502..f8338c65 100644 --- a/src/terminal.go +++ b/src/terminal.go @@ -30,7 +30,7 @@ strings. Acts as input validation for parsePlaceholder function. Describes the syntax, but it is fairly lenient. The following pseudo regex has been reverse engineered from the -implementation. It is overly strict, but better describes whats possible. +implementation. It is overly strict, but better describes what's possible. As such it is not useful for validation, but rather to generate test cases for example. |
