diff --git a/types.go b/types.go index e0dc755c2..3accf2ba4 100644 --- a/types.go +++ b/types.go @@ -28,7 +28,7 @@ import ( "time" ) -// Ptr is a helper returns a pointer to v. +// Ptr is a helper that returns a pointer to v. func Ptr[T any](v T) *T { return &v }