Adam Shaw 6 лет назад
Родитель
Сommit
d8ee2ecd5f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/core/src/util/misc.ts

+ 1 - 1
packages/core/src/util/misc.ts

@@ -333,7 +333,7 @@ export function firstDefined(...args) {
 
 // Returns a function, that, as long as it continues to be invoked, will not
 // be triggered. The function will be called after it stops being called for
-// N milliseconds. If `immediate` is passed, trigger the function on the
+// N milliseconds.
 // leading edge, instead of the trailing.
 // https://github.com/jashkenas/underscore/blob/1.6.0/underscore.js#L714
 export function debounce(func, wait) {