Improved code documentation
This commit is contained in:
@ -92,7 +92,7 @@ func PostText(text string) string {
|
||||
return text
|
||||
}
|
||||
|
||||
// ThreadTitle ...
|
||||
// ThreadTitle fixes a thread title by trimming spaces.
|
||||
func ThreadTitle(title string) string {
|
||||
return strings.TrimSpace(title)
|
||||
}
|
||||
|
Reference in New Issue
Block a user