mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Merge 4dbeca5fc8 into f34a96abbe
This commit is contained in:
commit
d4a2b2afee
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ func escapePhrase(s string) (string, error) {
|
|||
return "", errors.Wrap(err, "writing string to builder")
|
||||
}
|
||||
|
||||
if idx != len(term)-1 {
|
||||
if idx != len(terms)-1 {
|
||||
if err := b.WriteByte(' '); err != nil {
|
||||
return "", errors.Wrap(err, "writing space to builder")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue