Skip to content

Commit

Permalink
Correct scripts.lib().select syntax (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayti1703 authored May 1, 2024
1 parent 108e64f commit 9390b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting/scripts.lib/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The select function behaves similarly to `filter` in JavaScript. The function it
## Syntax

```js
#fs.scripts.lib(array, func);
#fs.scripts.lib().select(array, func);
```

### Parameters
Expand Down

0 comments on commit 9390b34

Please sign in to comment.