Skip to content

Commit

Permalink
Fix typo in VirtualContainerBase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 74e5c38 commit 29f3f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public VirtualContainerBase(final C control) {
* Create the virtualized container that handles the layout and scrolling of
* all the cells. This enables skin subclasses to provide
* a custom {@link VirtualFlow} implementation.
* If not overridden, this method intantiates a default VirtualFlow instance.
* If not overridden, this method instantiates a default VirtualFlow instance.
* @return newly created VirtualFlow instance
* @since 10
*/
Expand Down

0 comments on commit 29f3f3e

Please sign in to comment.