Update comments

This commit is contained in:
adnano
2020-10-11 19:41:44 -04:00
parent 7fdc28d5be
commit 92af3df4c5
2 changed files with 2 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ func Parse(r io.Reader) Text {
return t
}
// String writes the Gemini text response to a string, and returns it.
// String writes the Gemini text response to a string and returns it.
func (t Text) String() string {
var b strings.Builder
for _, l := range t {