Skip to content

Commit

Permalink
random change so pr doesn't close
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed May 11, 2024
1 parent 9a6b21d commit d1e37de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/ext/language-descriptors.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type LanguageDescriptor<
* An optional function which returns whether or not a given string may be translatable.
* This is used as a filter for several situations, such as whether the clipboard monitor
* window should activate when text is copied to the clipboard.
* If no value is provided, `true` is assumed for all inputs.
* If no value is provided, `true` is assumed for alla inputs.
*/
isTextLookupWorthy?: IsTextLookupWorthyFunction;
textPreprocessors?: TTextPreprocessorDescriptor;
Expand Down

0 comments on commit d1e37de

Please sign in to comment.