Skip to content

Commit a4a9ba4

Browse files
committed
Fix OnChild dartdoc typo
1 parent 3d50b2a commit a4a9ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/lib/src/core_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ typedef DefaultStyles = StylesMap Function(BuildTree tree);
4141
/// ```dart
4242
/// BuildOp.v1(
4343
/// onChild: (tree, subTree) {
44-
/// if (!subTree.element.parent != tree.element) return;
44+
/// if (subTree.element.parent != tree.element) return;
4545
/// subTree.doSomething();
4646
/// },
4747
/// );

0 commit comments

Comments
 (0)