Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
innerjoin committed Jan 31, 2024
1 parent 7bfa800 commit 75a4c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-elements/base/slot-finder/prototype/slot-finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { initDayView, initWeekView } from "../src/slot/slot.js";
* Model
*
* @typedef {Object} Model
* @property {Language} lang
* @property {Language} locale
* @property {String} url
* @property {Observable<Date>} selectedDate
* @property {Observable<Slot[]>} slots
Expand Down

0 comments on commit 75a4c33

Please sign in to comment.