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

This commit is contained in:
童欧巴 2020-12-04 01:27:03 +08:00 committed by GitHub
parent c59897c7b0
commit df48fc225a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
* if (flag & TEXT) { ... } * 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. * flags are handled during diff.
*/ */
export const enum PatchFlags { export const enum PatchFlags {