Skip to content

Commit fdac586

Browse files
committed
docs: corrected the comment
1 parent 3b7a944 commit fdac586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/message/forward.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func (b *ForwardBuilder) WithMyScore() *ForwardBuilder {
2323
return b
2424
}
2525

26-
// DropAuthor sets flag to include your score in the forwarded game.
26+
// DropAuthor sets flag to forward messages without quoting the original author.
2727
func (b *ForwardBuilder) DropAuthor() *ForwardBuilder {
2828
b.dropAuthor = true
2929
return b

0 commit comments

Comments
 (0)