Skip to content

Commit

Permalink
docs: update oneshot finder example (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kid-icarus committed Sep 17, 2022
1 parent 2584ff3 commit 1fd497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ find results and call `entry_maker` for each entry. An example usage would be
`find`.

```lua
finder = finders.new_oneshot_job { "find", opts },
finder = finders.new_oneshot_job({ "find" }, opts ),
```

### More examples
Expand Down

0 comments on commit 1fd497e

Please sign in to comment.