Make comments more useful
This commit is contained in:
@@ -12,8 +12,8 @@ type InlineTextContent struct {
|
||||
Text string `xml:",chardata"`
|
||||
}
|
||||
|
||||
// newInlineTextContent creates a new InlineTextContent. It returns a
|
||||
// *InlineTextContent.
|
||||
// newInlineTextContent creates a new InlineTextContent. It takes in the strings
|
||||
// mediaType and text and returns a *InlineTextContent.
|
||||
func newInlineTextContent(mediaType, text string) *InlineTextContent {
|
||||
return &InlineTextContent{
|
||||
CommonAttributes: NewCommonAttributes(),
|
||||
|
Reference in New Issue
Block a user