Skip to content

Commit 34c3b9c

Browse files
Fixed changes to previous commit:
Co-authored-by: graphemecluster <graphemecluster@gmail.com>
1 parent 04df1e1 commit 34c3b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/es2015.symbol.wellknown.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ interface String {
221221
/**
222222
* Replaces one or more occurrences of substrings that match the method provided by `searchValue`.
223223
* @param searchValue An object that supports searching for and replacing matches within a string.
224-
* @param replacer A function that returns the replacement text.
224+
* @param replacer The replacement text.
225225
*/
226226
replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceValue: string): string;
227227

0 commit comments

Comments
 (0)