@angular/core 10.0.10 → 10.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v10.0.10
2
+ * @license Angular v10.0.14
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -12,7 +12,7 @@ import { Subscription } from 'rxjs';
12
12
  * @description
13
13
  *
14
14
  * Represents an abstract class `T`, if applied to a concrete class it would stop being
15
- * instantiatable.
15
+ * instantiable.
16
16
  *
17
17
  * @publicApi
18
18
  */