mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-11 21:03:49 -05:00
Fix typos in source code (#2322)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user