Skip to content

Commit fd754c7

Browse files
authored
Fix typo in comment from 'childs' to 'children'
1 parent 7bf74a4 commit fd754c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/src/flutter/shell/platform/android/io/flutter/plugin/platform/SingleViewPresentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static class PresentationState {
7474
// so when we create the platform view we can tell it its view id.
7575
private int viewId;
7676

77-
// The root view for the presentation, it has 2 childs: container which contains the embedded
77+
// The root view for the presentation, it has 2 children: container which contains the embedded
7878
// view, and
7979
// fakeWindowViewGroup which contains views that were added directly to the presentation's window
8080
// manager.

0 commit comments

Comments
 (0)