1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-26 22:20:24 +08:00

Fix links

This commit is contained in:
Gonzalo Fernandez-Victorio
2021-04-30 13:51:52 +01:00
parent c821a33692
commit 9cb29541da
6 changed files with 33 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ func (r *Run) Size(size int) *Run {
return r
}
// AddText add text to paragraph
// AddText adds text to paragraph
func (p *Paragraph) AddText(text string) *Run {
t := &Text{
Text: text,