Skip to content

Commit

Permalink
Fix Typo in PageBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksha-kedia authored and tdcmeehan committed Oct 25, 2023
1 parent ff83f1c commit a87bbc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class PageBuilder
* therefore it can resize frequently while appending new rows.
* <p>
* This constructor should only be used to get the initial PageBuilder.
* Once the PageBuilder is full use reset() or createPageBuilderLike() to create a new
* Once the PageBuilder is full use reset() or newPageBuilderLike() to create a new
* PageBuilder instance with its size estimated based on previous data.
*/
public PageBuilder(List<? extends Type> types)
Expand Down

0 comments on commit a87bbc3

Please sign in to comment.