Skip to content

Commit

Permalink
Fixed changes to previous commit:
Browse files Browse the repository at this point in the history
Co-authored-by: graphemecluster <graphemecluster@gmail.com>
  • Loading branch information
navya9singh and graphemecluster committed Jul 25, 2022
1 parent 04df1e1 commit 34c3b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/es2015.symbol.wellknown.d.ts
Expand Up @@ -221,7 +221,7 @@ interface String {
/**
* Replaces one or more occurrences of substrings that match the method provided by `searchValue`.
* @param searchValue An object that supports searching for and replacing matches within a string.
* @param replacer A function that returns the replacement text.
* @param replacer The replacement text.
*/
replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceValue: string): string;

Expand Down

0 comments on commit 34c3b9c

Please sign in to comment.