Skip to content

Commit

Permalink
Fix jsdoc in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Aug 8, 2022
1 parent cde0adc commit b26da4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ Module.register("calendar", {
* Retrieves the maximum entry count for a specific calendar url.
*
* @param {string} url The calendar url
* @returns {int} The maximum entry count
* @returns {number} The maximum entry count
*/
maximumEntriesForUrl: function (url) {
return this.getCalendarProperty(url, "maximumEntries", this.config.maximumEntries);
Expand Down

0 comments on commit b26da4f

Please sign in to comment.