Skip to content

Commit

Permalink
fix @since in includes (#2764)
Browse files Browse the repository at this point in the history
`includes` is only available since 0.26.0, need to set correct version in docs
  • Loading branch information
ipanasenko authored and CrossEye committed Jan 16, 2019
1 parent 626762b commit ce4f936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes.js
Expand Up @@ -8,7 +8,7 @@ import _curry2 from './internal/_curry2';
*
* @func
* @memberOf R
* @since v0.1.0
* @since v0.26.0
* @category List
* @sig a -> [a] -> Boolean
* @param {Object} a The item to compare against.
Expand Down

0 comments on commit ce4f936

Please sign in to comment.