Skip to content

Commit 824e027

Browse files
nilsgstraboCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 41e6722 commit 824e027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/slice/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"slices"
66
)
77

8-
// PointersOf Returnes a pointer of
8+
// PointersOf returns a slice of pointers to each element in the provided slice.
99
func PointersOf(v any) any {
1010
in := reflect.ValueOf(v)
1111
out := reflect.MakeSlice(reflect.SliceOf(reflect.PointerTo(in.Type().Elem())), in.Len(), in.Len())

0 commit comments

Comments
 (0)