Skip to content

Commit

Permalink
Fixes typo.
Browse files Browse the repository at this point in the history
Co-Authored-By: Daniel Koch <koch@terrestris.de>
  • Loading branch information
KaiVolland and dnlkoch authored May 17, 2019
1 parent 1d3c59c commit 551d732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface Filter extends Array<any> {}

/**
* A FunctionFilter that expects a string (propertyName) as second arguement and
* a regular expression as third argument. An acutal parser implementation has to
* a regular expression as third argument. An actual parser implementation has to
* return a value for this function expression.
*/
export interface StrMatchesFunctionFilter extends Filter {
Expand Down

0 comments on commit 551d732

Please sign in to comment.