docs: update oneshot finder example (#2167)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user