Skip to content

Commit

Permalink
Fix typo in split docs (#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasy authored and CrossEye committed Feb 26, 2019
1 parent 7d55e91 commit b25ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/split.js
Expand Up @@ -12,7 +12,7 @@ import invoker from './invoker';
* @sig (String | RegExp) -> String -> [String]
* @param {String|RegExp} sep The pattern.
* @param {String} str The string to separate into an array.
* @return {Array} The array of strings from `str` separated by `str`.
* @return {Array} The array of strings from `str` separated by `sep`.
* @see R.join
* @example
*
Expand Down

0 comments on commit b25ac73

Please sign in to comment.