forked from loafle/openapi-generator-original
fix comment typo (#7605)
This commit is contained in:
committed by
GitHub
parent
2984497731
commit
53fb864c66
@@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// PtrBool is a helper routine that returns a pointer to given integer value.
|
||||
// PtrBool is a helper routine that returns a pointer to given boolean value.
|
||||
func PtrBool(v bool) *bool { return &v }
|
||||
|
||||
// PtrInt is a helper routine that returns a pointer to given integer value.
|
||||
|
||||
Reference in New Issue
Block a user