@angular/material 16.2.1 → 16.2.3

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.
@@ -962,7 +962,7 @@ class MatMonthView {
962
962
  this._changeDetectorRef.markForCheck();
963
963
  }
964
964
  /**
965
- * Takes the index of a calendar body cell wrapped in in an event as argument. For the date that
965
+ * Takes the index of a calendar body cell wrapped in an event as argument. For the date that
966
966
  * corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with
967
967
  * that date.
968
968
  *
@@ -1383,7 +1383,7 @@ class MatMultiYearView {
1383
1383
  this.selectedChange.emit(selectedDate);
1384
1384
  }
1385
1385
  /**
1386
- * Takes the index of a calendar body cell wrapped in in an event as argument. For the date that
1386
+ * Takes the index of a calendar body cell wrapped in an event as argument. For the date that
1387
1387
  * corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with
1388
1388
  * that date.
1389
1389
  *
@@ -1678,7 +1678,7 @@ class MatYearView {
1678
1678
  this.selectedChange.emit(selectedDate);
1679
1679
  }
1680
1680
  /**
1681
- * Takes the index of a calendar body cell wrapped in in an event as argument. For the date that
1681
+ * Takes the index of a calendar body cell wrapped in an event as argument. For the date that
1682
1682
  * corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with
1683
1683
  * that date.
1684
1684
  *