Skip to content

Commit

Permalink
Merge pull request #4922 from kvaithin/4918-type-def-updt
Browse files Browse the repository at this point in the history
update type definition for SearchOptions
  • Loading branch information
nightwing committed Sep 8, 2022
2 parents ff3dd69 + 17da908 commit 86d47fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export namespace Ace {
skipCurrent: boolean;
range: Range;
preserveCase: boolean;
regExp: RegExp;
regExp: boolean;
wholeWord: boolean;
caseSensitive: boolean;
wrap: boolean;
Expand Down

0 comments on commit 86d47fa

Please sign in to comment.