Skip to content

Commit b1c0286

Browse files
ejchengthePunderWoman
authored andcommitted
refactor(core): made comment structure consistent in index.ts (angular#43684)
changed second big block of comments to use multi-line comment structure instead of multiple single-line comments PR Close angular#43684
1 parent 2e941d2 commit b1c0286

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/core/index.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
// This file is not used to build this module. It is only used during editing
10-
// by the TypeScript language service and during build for verification. `ngc`
11-
// replaces this file with production index.ts when it rewrites private symbol
12-
// names.
9+
/* This file is not used to build this module. It is only used during editing
10+
* by the TypeScript language service and during build for verification. `ngc`
11+
* replaces this file with production index.ts when it rewrites private symbol
12+
* names.
13+
*/
1314

1415
export * from './public_api';

0 commit comments

Comments
 (0)