diff --git a/src/replaceAll.js b/src/replaceAll.js index 220d923049..5fe653e45d 100644 --- a/src/replaceAll.js +++ b/src/replaceAll.js @@ -10,7 +10,7 @@ export const replaceAllPolyfill = curryN(3, polyfill); * * @func replaceAll * @memberOf RA - * @since {@link https://char0n.github.io/ramda-adjunct/2.22.0|v2.22.0} + * @since {@link https://char0n.github.io/ramda-adjunct/2.17.0|v2.17.0} * @category String * @sig String -> String -> String -> String * @param {string} searchValue The substring or a global RegExp to match