diff --git a/README.md b/README.md index fbe4c9c..17ca938 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ More often comments should contain some 'why' and not some 'what'. If the 'what' ```javascript // The number of 700ms has been calculated empirically based on UX A/B test results. -// @see: +// @see: const callbackDebounceRate = 700; ```