Skip to content

Commit

Permalink
Fix incorrect method name (parse -> compile)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Feb 2, 2024
1 parent 2c1d6ac commit 0cdb65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can set the filter like this:
```
Expression e = new Parser(reader)
.withObjectFilter(filter)
.parse();
.compile();
```

The filter can be either a string containing JSLT. The JSLT expression
Expand Down

0 comments on commit 0cdb65a

Please sign in to comment.