Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
folke authored and github-actions[bot] committed Feb 23, 2025
1 parent e0f882e commit 70e7e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ Snacks.scope.attach(cb, opts)
### `Snacks.scope.get()`

```lua
---@param opts? snacks.scope.Opts
---@return snacks.scope.Scope?
Snacks.scope.get(opts)
---@param cb fun(scope?: snacks.scope.Scope)
---@param opts? snacks.scope.Opts|{parse?:boolean}
Snacks.scope.get(cb, opts)
```

### `Snacks.scope.jump()`
Expand Down

0 comments on commit 70e7e08

Please sign in to comment.