Преглед на файлове

chore: fix file path in comments (#2709) [ci skip]

童欧巴 преди 5 години
родител
ревизия
df48fc225a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/shared/src/patchFlags.ts

+ 1 - 1
packages/shared/src/patchFlags.ts

@@ -13,7 +13,7 @@
  * if (flag & TEXT) { ... }
  * ```
  *
- * Check the `patchElement` function in './renderer.ts' to see how the
+ * Check the `patchElement` function in '../../runtime-core/src/renderer.ts' to see how the
  * flags are handled during diff.
  */
 export const enum PatchFlags {