Skip to content

Commit

Permalink
No trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
peoplenarthax committed Nov 26, 2018
1 parent 9f45be3 commit 562beda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/memoizeWith.js
Expand Up @@ -4,9 +4,9 @@ import _has from './internal/_has';


/**
* Takes an additional function that will be applied to a given argument set
* and used to create the cache key under which the results of the function to be
* memoized will be stored. Care must be taken when implementing key generation
* Takes an additional function that will be applied to a given argument set
* and used to create the cache key under which the results of the function to be
* memoized will be stored. Care must be taken when implementing key generation
* to avoid clashes that may overwrite previous entries erroneously.
*
*
Expand Down

0 comments on commit 562beda

Please sign in to comment.