ical-generator 4.1.0-develop.1 → 4.1.0-develop.2

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/dist/index.d.cts CHANGED
@@ -1393,7 +1393,7 @@ declare class ICalEvent {
1393
1393
  *
1394
1394
  * ```javascript
1395
1395
  * import ical, {ICalEventBusyStatus} from 'ical-generator';
1396
- * event.busystatus(ICalEventStatus.BUSY);
1396
+ * event.busystatus(ICalEventBusyStatus.BUSY);
1397
1397
  * ```
1398
1398
  *
1399
1399
  * @since 1.0.2
package/dist/index.d.ts CHANGED
@@ -1393,7 +1393,7 @@ declare class ICalEvent {
1393
1393
  *
1394
1394
  * ```javascript
1395
1395
  * import ical, {ICalEventBusyStatus} from 'ical-generator';
1396
- * event.busystatus(ICalEventStatus.BUSY);
1396
+ * event.busystatus(ICalEventBusyStatus.BUSY);
1397
1397
  * ```
1398
1398
  *
1399
1399
  * @since 1.0.2