punctuation

This commit is contained in:
Megan Marsh 2019-12-14 03:38:27 -08:00
parent 82367a88f8
commit d47f151bf9
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ func funcGenGenerated(ctx *Context) interface{} {
return heldPlace, nil
}
} else {
return "", fmt.Errorf("loaded data, but couldnt find %s in it", s)
return "", fmt.Errorf("loaded data, but couldnt find %s in it.", s)
}
}