diff --git a/lodash.js b/lodash.js index 64fe03ae7..84e8b3a40 100644 --- a/lodash.js +++ b/lodash.js @@ -34,7 +34,7 @@ var DEFAULT_TRUNC_LENGTH = 30, DEFAULT_TRUNC_OMISSION = '...'; - /** Used to detect when a function becomes hot. */ + /** Used to detect hot functions by number of calls within a span of milliseconds. */ var HOT_COUNT = 150, HOT_SPAN = 16;