Skip to content

Commit

Permalink
Update comment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Aug 30, 2024
1 parent 3b85d79 commit 023e6e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void run() {
private void detachNonReactChildElements() {
if (allChildrenAreReactComponents()) {
// No need to remove non-React child elements from this widget
// But a descendant contain non-React children, so recurse!
// But a descendant may contain non-React children, so recurse!
for (Widget w : getChildren()) {
((ReactComponentV2<?, ?>) w).detachNonReactChildElements();
}
Expand Down

0 comments on commit 023e6e1

Please sign in to comment.