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 31df357 commit 21b61e4Copy full SHA for 21b61e4
drag-n-drop/app.js
@@ -4648,7 +4648,7 @@ exports.periodic = periodic;
4648
/**
4649
* Create a stream that emits the current time periodically
4650
* @param {Number} period periodicity of events in millis
4651
- * @param {*) value value to emit each period
+ * @param {*} value value to emit each period
4652
* @returns {Stream} new stream that emits the current time every period
4653
*/
4654
function periodic(period, value) {
0 commit comments