Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-Ham committed Dec 15, 2023
1 parent d58f06e commit af28e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class GraphQLQueryPager<InitialQuery: GraphQLQuery, PaginatedQuery: Graph
}

/// Convenience initializer, internal only.
/// - Parameter pager: An `Actor`.
/// - Parameter pager: An `AsyncGraphQLQueryPager`.
init(pager: AsyncGraphQLQueryPager<InitialQuery, PaginatedQuery>) {
self.pager = pager
}
Expand Down

0 comments on commit af28e86

Please sign in to comment.