lodash: Add whitespace to strings. [jddalton]

Former-commit-id: ea4e6a6a894bb596be61df59239bc7f8c2ecd75d
This commit is contained in:
John-David Dalton
2012-05-03 10:49:28 -04:00
parent afe7ff6d2c
commit a317d2471f

View File

@@ -222,8 +222,7 @@
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
/** /**
* Used by `String#replace` to replace tokens with their corresponding code * Used by `template()` to replace tokens with their corresponding code snippets.
* snippets.
* *
* @private * @private
* @param {String} match The matched token. * @param {String} match The matched token.