Browse Source

wip: naming

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
1a6b238829
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/core/src/scope.rs

+ 1 - 1
packages/core/src/scope.rs

@@ -231,7 +231,7 @@ impl Scope {
                     scope: &self,
                 },
             };
-            let n: DomTree<'a> = (_cb)(cx);
+            let new_node: DomTree<'a> = (_cb)(cx);
         }
     }