소스 검색

wip: naming

Jonathan Kelley 3 년 전
부모
커밋
1a6b238
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
         }
     }