diff options
| author | freddii <freddii@users.noreply.github.com> | 2021-01-15 02:10:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 10:10:09 +0900 |
| commit | 58ac1fb2fa697ac314206361954aecfdd93de8e8 (patch) | |
| tree | 09163c6abb30d851d7dca06749e3703b9a88a2dc /src/tokenizer.go | |
| parent | e922704f72e1ca6d5c400cc0b741155b636c8e1e (diff) | |
| download | fzf-58ac1fb2fa697ac314206361954aecfdd93de8e8.tar.gz | |
Fix typos in source code (#2322)
Diffstat (limited to 'src/tokenizer.go')
| -rw-r--r-- | src/tokenizer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokenizer.go b/src/tokenizer.go index 6485dedc..26f42d25 100644 --- a/src/tokenizer.go +++ b/src/tokenizer.go @@ -35,7 +35,7 @@ type Delimiter struct { str *string } -// String returns the string representation of a Delimeter. +// String returns the string representation of a Delimiter. func (d Delimiter) String() string { return fmt.Sprintf("Delimiter{regex: %v, str: &%q}", d.regex, *d.str) } |
