Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
purplenicole730 committed Dec 3, 2024
1 parent 92537c7 commit cd9ea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ type FileData struct {
type DataByFilterOptions struct {
// No Filter implies all data.
Filter *Filter
// Limit defaults to 50 if unspecified.
// Limit is the maximum number of entries to include in a page. Limit defaults to 50 if unspecified.
Limit int
// Last indicates the object identifier of the Last-returned data.
// This is returned by calls to TabularDataByFilter and BinaryDataByFilter as the `Last` value.
Expand Down

0 comments on commit cd9ea44

Please sign in to comment.