[once] Fix doc comment.
This commit is contained in:
parent
ca61e54a86
commit
5d0c7fd413
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ package once
|
|||
type Once struct {
|
||||
}
|
||||
|
||||
// New create Once.
|
||||
// New creates Once.
|
||||
func New() *Once {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue