docs(core): fix path referenced in comments of both compiler facade interface files (#37370)

Previously the comments for these files referenced a path to "packages/core/src/render3/jit/compiler_facade_interface.ts" that does not exist in the current codebase.

This PR corrects the path in these comments.

PR Close #37370
This commit is contained in:
AleksanderBodurri 2020-05-31 23:13:00 -04:00 committed by atscott
parent a3313709ea
commit f6ee911cbb
2 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@
* *
* This file has two copies. Please ensure that they are in sync: * This file has two copies. Please ensure that they are in sync:
* - packages/compiler/src/compiler_facade_interface.ts (master) * - packages/compiler/src/compiler_facade_interface.ts (master)
* - packages/core/src/render3/jit/compiler_facade_interface.ts (copy) * - packages/core/src/compiler/compiler_facade_interface.ts (copy)
* *
* Please ensure that the two files are in sync using this command: * Please ensure that the two files are in sync using this command:
* ``` * ```
* cp packages/compiler/src/compiler_facade_interface.ts \ * cp packages/compiler/src/compiler_facade_interface.ts \
* packages/core/src/render3/jit/compiler_facade_interface.ts * packages/core/src/compiler/compiler_facade_interface.ts
* ``` * ```
*/ */

View File

@ -13,12 +13,12 @@
* *
* This file has two copies. Please ensure that they are in sync: * This file has two copies. Please ensure that they are in sync:
* - packages/compiler/src/compiler_facade_interface.ts (master) * - packages/compiler/src/compiler_facade_interface.ts (master)
* - packages/core/src/render3/jit/compiler_facade_interface.ts (copy) * - packages/core/src/compiler/compiler_facade_interface.ts (copy)
* *
* Please ensure that the two files are in sync using this command: * Please ensure that the two files are in sync using this command:
* ``` * ```
* cp packages/compiler/src/compiler_facade_interface.ts \ * cp packages/compiler/src/compiler_facade_interface.ts \
* packages/core/src/render3/jit/compiler_facade_interface.ts * packages/core/src/compiler/compiler_facade_interface.ts
* ``` * ```
*/ */