From 4f08184cffc0b2a1b1d9c19e897abe4f599920e5 Mon Sep 17 00:00:00 2001 From: Dave Batiste Date: Wed, 25 Sep 2024 12:11:32 -0400 Subject: [PATCH] Update comment. --- components/calendar/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/calendar/calendar.js b/components/calendar/calendar.js index a0e12f3776..60c78e7400 100644 --- a/components/calendar/calendar.js +++ b/components/calendar/calendar.js @@ -151,7 +151,7 @@ class Calendar extends LocalizeCoreElement(RtlMixin(LitElement)) { static get properties() { return { /** - * Additional info for any day + * Additional info for each day (ex. events on [{"date": "2024-09-19"}]) * @type {Array} */ dayInfos: { type: Array, attribute: 'day-infos' },