]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix file path in comments (#2709) [ci skip]
author童欧巴 <349247397@qq.com>
Thu, 3 Dec 2020 17:27:03 +0000 (01:27 +0800)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 17:27:03 +0000 (12:27 -0500)
packages/shared/src/patchFlags.ts

index a432d6fa76974b3e024fb29ab2cb44273091eb9b..1025258df2f85ee374582fcdc9d43effb1cbaac5 100644 (file)
@@ -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 {