We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b03706 commit d96c451Copy full SHA for d96c451
src/Utilities.js
@@ -51,7 +51,7 @@ function validate_(params) {
51
/**
52
* Gets the time in seconds, rounded down to the nearest second.
53
* @param {Date} date The Date object to convert.
54
- * @return {Number} The number of seconds since the epoch.
+ * @return {number} The number of seconds since the epoch.
55
* @private
56
*/
57
function getTimeInSeconds_(date) {
0 commit comments