Skip to content

Commit 2f0ab28

Browse files
updates helper docs to reflect to methods
1 parent 2860661 commit 2f0ab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func convertStringToBigInt(s string, def int64) int64 {
219219
return v
220220
}
221221

222-
// OptionalStringArrayParam is a helper function that can be used to fetch a requested parameter from the request.
222+
// OptionalBigIntArrayParam is a helper function that can be used to fetch a requested parameter from the request.
223223
// It does the following checks:
224224
// 1. Checks if the parameter is present in the request, if not, it returns its zero-value
225225
// 2. If it is present, iterates the elements and checks each is a string

0 commit comments

Comments
 (0)